aboutsummaryrefslogtreecommitdiff
path: root/test/kvtest.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2020-06-19 15:24:12 +0000
committerdrh <drh@noemail.net>2020-06-19 15:24:12 +0000
commit067b92ba00887811d9c54c84621b4cfd6f55e27a (patch)
treee047b726264aad8f2aee65472deafd0b5bda39df /test/kvtest.c
parent1e32bed3c1ce78263598d860d531d3e7e6171929 (diff)
downloadsqlite-067b92ba00887811d9c54c84621b4cfd6f55e27a.tar.gz
sqlite-067b92ba00887811d9c54c84621b4cfd6f55e27a.zip
Extend the refactoring into extensions. Clean up stray newlines.
FossilOrigin-Name: 7a876209a678a34c198b54ceef9e3c041f128a14dc73357f6a57cadadaa6cf7b
Diffstat (limited to 'test/kvtest.c')
-rw-r--r--test/kvtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kvtest.c b/test/kvtest.c
index 8c73caf1d..04dc01045 100644
--- a/test/kvtest.c
+++ b/test/kvtest.c
@@ -907,7 +907,7 @@ static int runMain(int argc, char **argv){
if( eType==PATH_DB ){
/* Recover any prior crashes prior to starting the timer */
sqlite3_open(zDb, &db);
- sqlite3_exec(db, "SELECT rowid FROM sqlite_master LIMIT 1", 0, 0, 0);
+ sqlite3_exec(db, "SELECT rowid FROM sqlite_schema LIMIT 1", 0, 0, 0);
sqlite3_close(db);
db = 0;
}