Lines Matching refs:VACUUM
12 # focus of this file is testing the VACUUM statement.
25 # If the VACUUM statement is disabled in the current build, skip all
44 VACUUM;
61 VACUUM
68 # autovacuum setting, do a VACUUM, and the new setting takes effect.
95 VACUUM;
117 VACUUM;
211 db eval {SELECT a, b FROM t1} { if {$a == 8} { execsql VACUUM } }
213 } {1 {cannot VACUUM - SQL statements in progress}}
217 db eval {SELECT 1, 2, 3} { execsql VACUUM }
219 } {1 {cannot VACUUM - SQL statements in progress}}
225 if {$a==6} { set res [catchsql VACUUM] }
229 } {1 2 3 4 5 6 7 8 9 10 {1 {cannot VACUUM - SQL statements in progress}}}
233 # VACUUM run, records are store in the (new) correct order following the
234 # VACUUM. Even if the modified collation is attached to a PK of a WITHOUT
248 do_execsql_test 6.2 VACUUM