1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a couple of problems in code related to sqlite_stat4.

FossilOrigin-Name: badd24d987240db5528b37d1c177431617079f9b
This commit is contained in:
dan
2013-08-05 05:34:30 +00:00
parent f52bb8d385
commit c55521a60b
5 changed files with 20 additions and 15 deletions

View File

@ -267,7 +267,7 @@ do_test table-5.2.1 {
ANALYZE;
DROP TABLE IF EXISTS sqlite_stat1;
DROP TABLE IF EXISTS sqlite_stat2;
DROP TABLE IF EXISTS sqlite_stat3;
DROP TABLE IF EXISTS sqlite_stat4;
SELECT name FROM sqlite_master WHERE name GLOB 'sqlite_stat*';
}
} {}