Searched refs:REINDEX (Results 1 – 15 of 15) sorted by relevance
12 # This file implements tests for the REINDEX command.19 # There is nothing to test if REINDEX is disable for this build.34 REINDEX;40 REINDEX t1;46 REINDEX i1;52 REINDEX main.t1;57 REINDEX main.i1;62 REINDEX bogus108 # Change a collating sequence function. Verify that REINDEX rebuilds126 REINDEX c2;[all …]
32 1 "REINDEX" {}33 2 "REINDEX nocase" {}34 3 "REINDEX binary" {}35 4 "REINDEX t1" {}36 5 "REINDEX main.t1" {}37 4 "REINDEX i1" {}38 5 "REINDEX main.i1" {}41 # EVIDENCE-OF: R-52173-44778 The REINDEX command is used to delete and44 # Test this by corrupting some database indexes, running REINDEX, and79 REINDEX;[all …]
58 REINDEX;61 REINDEX t1;64 REINDEX main.t1;67 REINDEX nocase;
100 REINDEX;116 REINDEX;131 REINDEX;
46 # collate9-4.* - Test collation sequences as an argument to REINDEX143 REINDEX "reverse sort"162 REINDEX "reverse sort"
1865 # Test the authorization callbacks for the REINDEX command.1885 REINDEX t3_idx1;1892 REINDEX BINARY;1899 REINDEX NOCASE;1906 REINDEX t3;1926 REINDEX temp.t3_idx1;1933 REINDEX BINARY;1940 REINDEX NOCASE;1947 REINDEX temp.t3;1961 REINDEX temp.t3;
85 REINDEX;
165 execsql REINDEX321 execsql REINDEX
184 REINDEX;
271 EXPLAIN REINDEX;
92 execsql REINDEX700 execsql REINDEX
52 # collate4-5.* REINDEX command
326 execsql {REINDEX t2}
106 # define REINDEX 0 macro108 # define REINDEX 0x00000800 macro239 { "REINDEX", "TK_REINDEX", REINDEX },
205 REINDEX RENAME CTIME_KW IF1328 cmd ::= REINDEX. {sqlite3Reindex(pParse, 0, 0);}1329 cmd ::= REINDEX nm(X) dbnm(Y). {sqlite3Reindex(pParse, &X, &Y);}