Searched refs:VACUUM (Results 1 – 25 of 85) sorted by relevance
1234
| /sqlite-3.40.0/test/ |
| H A D | vacuum.test | 59 # 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 D | vacuum-into.test | 37 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 D | e_vacuum.test | 121 # 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 D | vacuum2.test | 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 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 D | vacuum3.test | 61 VACUUM; 83 VACUUM; 226 VACUUM; 236 VACUUM; 243 VACUUM; 256 VACUUM; 289 VACUUM; 296 VACUUM; 305 VACUUM; 312 VACUUM; [all …]
|
| H A D | vacuum5.test | 12 # 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 D | vacuum6.test | 12 # 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 D | vacuummem.test | 12 # 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 D | resetdb.test | 83 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 D | pagerfault3.test | 41 VACUUM; 46 # Now do the page-size change and VACUUM with IO error injection. When 56 VACUUM;
|
| H A D | multiplex4.test | 57 VACUUM; 115 VACUUM; 124 VACUUM;
|
| H A D | tkt-5d863f876e.test | 31 VACUUM; 44 VACUUM;
|
| H A D | fts3b.test | 41 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 D | pagesize.test | 122 execsql {VACUUM} 183 ifcapable {vacuum} {execsql VACUUM} 188 ifcapable {vacuum} {execsql VACUUM}
|
| H A D | tkt-d82e3f3721.test | 55 VACUUM; 79 VACUUM;
|
| H A D | wal8.test | 48 VACUUM; 68 VACUUM;
|
| H A D | memdb1.test | 57 # What happens when we try to VACUUM a MEMDB database? 61 VACUUM; 71 VACUUM;
|
| H A D | hidden.test | 137 # Test VACUUM 149 VACUUM;
|
| H A D | vacuum4.test | 20 # If the VACUUM statement is disabled in the current build, skip all 65 VACUUM;
|
| H A D | crash7.test | 74 VACUUM; 110 crashsql -file test.db -seed $i {VACUUM}
|
| H A D | fallocate.test | 115 execsql { VACUUM } 130 VACUUM;
|
| H A D | capi3d.test | 140 test_is_readonly capi3d-2.9 {VACUUM} 0 273 VACUUM 281 VACUUM
|
| /sqlite-3.40.0/mptest/ |
| H A D | config02.test | 23 VACUUM; 46 VACUUM; 69 VACUUM; 92 VACUUM; 115 VACUUM; 121 VACUUM;
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree7.test | 53 VACUUM; 66 VACUUM;
|
| /sqlite-3.40.0/tool/ |
| H A D | mkkeywordhash.c | 123 # define VACUUM 0 macro 125 # define VACUUM 0x00004000 macro 311 { "VACUUM", "TK_VACUUM", VACUUM, 1 },
|
1234