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

Unified Diff: third_party/sqlite/src/test/tt3_checkpoint.c

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/test/triggerC.test ('k') | third_party/sqlite/src/test/tt3_index.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/tt3_checkpoint.c
diff --git a/third_party/sqlite/src/test/tt3_checkpoint.c b/third_party/sqlite/src/test/tt3_checkpoint.c
index 3c28f0d3a50ac30241922592b577d5f061b0d18f..060a698211a1f084130385d09856d81467ef4900 100644
--- a/third_party/sqlite/src/test/tt3_checkpoint.c
+++ b/third_party/sqlite/src/test/tt3_checkpoint.c
@@ -1,5 +1,5 @@
/*
-** 2001 September 15
+** 2011-02-02
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
@@ -66,7 +66,7 @@ static int checkpoint_starvation_walhook(
return SQLITE_OK;
}
-static char *checkpoint_starvation_reader(int iTid, int iArg){
+static char *checkpoint_starvation_reader(int iTid, void *pArg){
Error err = {0};
Sqlite db = {0};
@@ -146,5 +146,3 @@ static void checkpoint_starvation_2(int nMs){
}
print_and_free_err(&err);
}
-
-
« no previous file with comments | « third_party/sqlite/src/test/triggerC.test ('k') | third_party/sqlite/src/test/tt3_index.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698