Chromium Code Reviews

Side by Side Diff: third_party/sqlite/src/test/tkt-d11f09d36e.test

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 # 2010 June 26 1 # 2010 June 26
2 # 2 #
3 # The author disclaims copyright to this source code. In place of 3 # The author disclaims copyright to this source code. In place of
4 # a legal notice, here is a blessing: 4 # a legal notice, here is a blessing:
5 # 5 #
6 # May you do good and not evil. 6 # May you do good and not evil.
7 # May you find forgiveness for yourself and forgive others. 7 # May you find forgiveness for yourself and forgive others.
8 # May you share freely, never taking more than you give. 8 # May you share freely, never taking more than you give.
9 # 9 #
10 #*********************************************************************** 10 #***********************************************************************
(...skipping 41 matching lines...)
52 UPDATE t1 set x = x+10000; 52 UPDATE t1 set x = x+10000;
53 ROLLBACK TO tr; 53 ROLLBACK TO tr;
54 RELEASE tr; 54 RELEASE tr;
55 } 55 }
56 } {} 56 } {}
57 do_test tkt-d11f09d36e.5 { 57 do_test tkt-d11f09d36e.5 {
58 execsql { PRAGMA integrity_check } 58 execsql { PRAGMA integrity_check }
59 } {ok} 59 } {ok}
60 60
61 finish_test 61 finish_test
62
OLDNEW
« no previous file with comments | « third_party/sqlite/src/test/tkt-cbd054fa6b.test ('k') | third_party/sqlite/src/test/tkt-d635236375.test » ('j') | no next file with comments »

Powered by Google App Engine