Lines Matching refs:VACUUM
12 # focus of this file is testing the VACUUM statement.
19 # If the VACUUM statement is disabled in the current build, skip all
59 # internally by VACUUM, to ensure that VACUUM falls back
72 VACUUM;
107 VACUUM;
121 VACUUM;
123 } {1 {cannot VACUUM from within a transaction}}
143 VACUUM
173 VACUUM;
205 # Ticket #427. Make sure VACUUM works when the EMPTY_RESULT_CALLBACKS
215 VACUUM;
219 # Ticket #464. Make sure VACUUM works with the sqlite3_prepare() API.
224 set VM [sqlite3_prepare $DB {VACUUM} -1 TAIL]
231 # Ticket #515. VACUUM after deleting and recreating the table that
252 VACUUM;
257 VACUUM;
267 VACUUM;
282 VACUUM;
301 VACUUM;
314 VACUUM;
331 execsql { VACUUM } db2
337 # Ticket #873. VACUUM a database that has ' in its name.
345 VACUUM;
366 VACUUM;
380 VACUUM;
388 # Test that "PRAGMA count_changes" does not interfere with VACUUM or cause
402 do_test vacuum-10.2 { execsql VACUUM } {}