Home
last modified time | relevance | path

Searched refs:VACUUM (Results 1 – 25 of 85) sorted by relevance

1234

/sqlite-3.40.0/test/
H A Dvacuum.test59 # internally by VACUUM, to ensure that VACUUM falls back
72 VACUUM;
107 VACUUM;
143 VACUUM
173 VACUUM;
215 VACUUM;
252 VACUUM;
257 VACUUM;
267 VACUUM;
301 VACUUM;
[all …]
H A Dvacuum-into.test37 VACUUM main INTO 'out.db';
44 VACUUM INTO 'out.db';
48 VACUUM INTO 'out2.db';
51 VACUUM INTO 'out2.db';
66 VACUUM INTO null;
69 VACUUM INTO x;
72 VACUUM INTO t1.nosuchcol;
86 VACUUM INTO target2()
94 VACUUM INTO 'test.db2';
125 VACUUM INTO 'test.db2';
[all …]
H A De_vacuum.test121 # e_vacuum-1.2.3 - Run VACUUM.
172 execsql VACUUM
187 execsql VACUUM
233 VACUUM;
247 VACUUM;
251 # Rowid is preserved for VACUUM INTO
263 VACUUM INTO 'test2.db';
285 VACUUM;
291 # VACUUM.
295 VACUUM
[all …]
H A Dvacuum2.test12 # 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
95 VACUUM;
117 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] }
[all …]
H A Dvacuum3.test61 VACUUM;
83 VACUUM;
226 VACUUM;
236 VACUUM;
243 VACUUM;
256 VACUUM;
289 VACUUM;
296 VACUUM;
305 VACUUM;
312 VACUUM;
[all …]
H A Dvacuum5.test12 # This file implements a test for VACUUM on attached databases.
19 # If the VACUUM statement is disabled in the current build, skip all
53 VACUUM main;
71 VACUUM x2;
89 VACUUM x3;
101 # VACUUM is a no-op on the TEMP table
105 VACUUM temp;
112 VACUUM olaf;
116 # Test that a temp file is opened as part of VACUUM.
142 do_execsql_test 3.1 { VACUUM }
H A Dvacuum6.test12 # This file implements a test for VACUUM on attached databases.
20 # If the VACUUM statement is disabled in the current build, skip all
35 VACUUM
45 VACUUM;
78 VACUUM;
109 do_execsql_test 4.1.$tn.2 VACUUM
H A Dvacuummem.test12 # focus of this file is testing that the VACUUM statement correctly
26 # If ENABLE_MEMORY_MANAGEMENT is defined, when VACUUM is run the temp db
28 # temp db is configure with a very small cache). When the VACUUM is
62 do_execsql_test 1.2 VACUUM
H A Dresetdb.test83 db eval VACUUM
152 db eval VACUUM
164 # and reopened. So that the VACUUM is the first statement run.
173 db eval VACUUM
204 db eval VACUUM
249 db eval VACUUM
H A Dpagerfault3.test41 VACUUM;
46 # Now do the page-size change and VACUUM with IO error injection. When
56 VACUUM;
H A Dmultiplex4.test57 VACUUM;
115 VACUUM;
124 VACUUM;
H A Dtkt-5d863f876e.test31 VACUUM;
44 VACUUM;
H A Dfts3b.test41 db eval {VACUUM}
43 # The VACUUM renumbered the t1_content table in fts2, which breaks
96 db eval {VACUUM}
98 # The VACUUM renumbered the t2_segment table in fts2, which would
H A Dpagesize.test122 execsql {VACUUM}
183 ifcapable {vacuum} {execsql VACUUM}
188 ifcapable {vacuum} {execsql VACUUM}
H A Dtkt-d82e3f3721.test55 VACUUM;
79 VACUUM;
H A Dwal8.test48 VACUUM;
68 VACUUM;
H A Dmemdb1.test57 # What happens when we try to VACUUM a MEMDB database?
61 VACUUM;
71 VACUUM;
H A Dhidden.test137 # Test VACUUM
149 VACUUM;
H A Dvacuum4.test20 # If the VACUUM statement is disabled in the current build, skip all
65 VACUUM;
H A Dcrash7.test74 VACUUM;
110 crashsql -file test.db -seed $i {VACUUM}
H A Dfallocate.test115 execsql { VACUUM }
130 VACUUM;
H A Dcapi3d.test140 test_is_readonly capi3d-2.9 {VACUUM} 0
273 VACUUM
281 VACUUM
/sqlite-3.40.0/mptest/
H A Dconfig02.test23 VACUUM;
46 VACUUM;
69 VACUUM;
92 VACUUM;
115 VACUUM;
121 VACUUM;
/sqlite-3.40.0/ext/rtree/
H A Drtree7.test53 VACUUM;
66 VACUUM;
/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c123 # define VACUUM 0 macro
125 # define VACUUM 0x00004000 macro
311 { "VACUUM", "TK_VACUUM", VACUUM, 1 },

1234