Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: third_party/sqlite/src/mptest/multiwrite01.test

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/sqlite/src/mptest/mptest.c ('k') | third_party/sqlite/src/sqlite3.1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/mptest/multiwrite01.test
diff --git a/third_party/sqlite/src/mptest/multiwrite01.test b/third_party/sqlite/src/mptest/multiwrite01.test
index 4f88a689495607ab78c2903bb41ccf8ccb096e3c..7062ae0d51bffcca1ee2f2829713ce8568df207b 100644
--- a/third_party/sqlite/src/mptest/multiwrite01.test
+++ b/third_party/sqlite/src/mptest/multiwrite01.test
@@ -361,6 +361,8 @@ PRAGMA integrity_check(10);
WHERE t4.b GLOB 'x4?y' AND t3.b=('x'||(t4.a+5)||'y')
ORDER BY t3.a LIMIT 7
--match 45 46 47 48 49 50 51
+ PRAGMA integrity_check;
+ --match ok
--end
--task 5
SELECT t1.a FROM t1, t2
@@ -371,6 +373,8 @@ PRAGMA integrity_check(10);
WHERE t4.b GLOB 'x4?y' AND t3.b=('x'||(t4.a+5)||'y')
ORDER BY t3.a LIMIT 7
--match 45 46 47 48 49 50 51
+ PRAGMA integrity_check;
+ --match ok
--end
--task 3
SELECT t1.a FROM t1, t2
@@ -381,6 +385,8 @@ PRAGMA integrity_check(10);
WHERE t4.b GLOB 'x4?y' AND t3.b=('x'||(t4.a+5)||'y')
ORDER BY t3.a LIMIT 7
--match 45 46 47 48 49 50 51
+ PRAGMA integrity_check;
+ --match ok
--end
--task 2
SELECT t1.a FROM t1, t2
@@ -391,6 +397,8 @@ PRAGMA integrity_check(10);
WHERE t4.b GLOB 'x4?y' AND t3.b=('x'||(t4.a+5)||'y')
ORDER BY t3.a LIMIT 7
--match 45 46 47 48 49 50 51
+ PRAGMA integrity_check;
+ --match ok
--end
--task 4
SELECT t1.a FROM t1, t2
@@ -401,5 +409,7 @@ PRAGMA integrity_check(10);
WHERE t4.b GLOB 'x4?y' AND t3.b=('x'||(t4.a+5)||'y')
ORDER BY t3.a LIMIT 7
--match 45 46 47 48 49 50 51
+ PRAGMA integrity_check;
+ --match ok
--end
--wait all
« no previous file with comments | « third_party/sqlite/src/mptest/mptest.c ('k') | third_party/sqlite/src/sqlite3.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698