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

Unified Diff: third_party/sqlite/src/test/e_walhook.test

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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/test/e_walckpt.test ('k') | third_party/sqlite/src/test/eqp.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/e_walhook.test
diff --git a/third_party/sqlite/src/test/e_walhook.test b/third_party/sqlite/src/test/e_walhook.test
index c8c8819493099ee80105f3e6e9ee0e0dc52165d9..c963524a9749d07d054906e5c4c6a92c631b5ecb 100644
--- a/third_party/sqlite/src/test/e_walhook.test
+++ b/third_party/sqlite/src/test/e_walhook.test
@@ -161,10 +161,10 @@ do_test 5.2 {
-# EVIDENCE-OF: R-42842-27162 Note that the sqlite3_wal_autocheckpoint()
+# EVIDENCE-OF: R-57445-43425 Note that the sqlite3_wal_autocheckpoint()
# interface and the wal_autocheckpoint pragma both invoke
-# sqlite3_wal_hook() and will those overwrite any prior
-# sqlite3_wal_hook() settings.
+# sqlite3_wal_hook() and will overwrite any prior sqlite3_wal_hook()
+# settings.
#
set ::old_wal_hook 0
proc my_old_wal_hook {args} { incr ::old_wal_hook ; return 0 }
« no previous file with comments | « third_party/sqlite/src/test/e_walckpt.test ('k') | third_party/sqlite/src/test/eqp.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698