Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 25 of 116) sorted by relevance

12345

/sqlite-3.40.0/test/
H A Dcache.test52 set cache_size [pager_cache_size db]
57 } $::cache_size
83 do_execsql_test cache-2.1.$i.1 "PRAGMA cache_size = $i"
84 do_execsql_test cache-2.1.$i.2 "PRAGMA cache_size" $i
86 do_execsql_test cache-2.1.$i.4 "PRAGMA cache_size" $i
90 do_execsql_test cache-2.2.$i.2 "PRAGMA main.cache_size" $i
92 do_execsql_test cache-2.2.$i.4 "PRAGMA main.cache_size" $i
95 # Tests for cache_size = 1.
98 PRAGMA cache_size = 1;
117 # Tests for cache_size = 0.
[all …]
H A Dpragma.test87 # schema.cache_size = pages; PRAGMA schema.cache_size = -kibibytes;
96 PRAGMA cache_size;
107 PRAGMA cache_size;
116 PRAGMA cache_size;
124 PRAGMA cache_size;
132 PRAGMA cache_size;
140 PRAGMA cache_size;
149 PRAGMA cache_size;
157 PRAGMA cache_size;
166 PRAGMA cache_size;
[all …]
H A Dtemptable2.test56 PRAGMA main.cache_size = 10;
57 PRAGMA temp.cache_size = 10;
92 PRAGMA main.cache_size = 10;
93 PRAGMA temp.cache_size = 10;
132 PRAGMA main.cache_size = 10;
133 PRAGMA temp.cache_size = 10;
183 PRAGMA main.cache_size = 10;
184 PRAGMA temp.cache_size = 10;
289 PRAGMA cache_size = 15;
333 PRAGMA cache_size = 50;
H A Dpcache.test33 # caches to the sum of the 'cache_size' values for the set of open
45 PRAGMA cache_size=12;
76 execsql "PRAGMA cache_size; PRAGMA cache_size=10" db2
137 execsql { PRAGMA cache_size = 20 }
157 execsql { PRAGMA cache_size = 15 }
H A Dshared3.test50 PRAGMA main.cache_size = 10;
54 execsql { PRAGMA main.cache_size } db1
58 execsql { PRAGMA main.cache_size } db1
61 execsql { PRAGMA main.cache_size } db2
64 execsql { PRAGMA main.cache_size } db1
H A Dtempfault.test49 PRAGMA cache_size = 10;
68 PRAGMA cache_size = 10;
86 PRAGMA cache_size = 10;
112 PRAGMA cache_size = 10;
H A Dsortfault.test28 PRAGMA cache_size = 5;
55 execsql { PRAGMA cache_size = 5 }
74 execsql { PRAGMA cache_size = 5 }
95 execsql { PRAGMA cache_size = 5 }
H A Dpragma2.test138 PRAGMA main.cache_size=2000;
139 PRAGMA temp.cache_size=2000;
152 PRAGMA cache_size=50;
239 PRAGMA aux1.cache_size=50;
261 PRAGMA cache_size=2;
H A Dthread003.test69 # Both "cache_size" parameters are set to 15, so there is a maximum of
86 execsql { PRAGMA cache_size = 15 }
123 execsql { PRAGMA cache_size = 15 }
162 execsql { PRAGMA cache_size = 15 }
H A Dpagerfault.test42 PRAGMA cache_size = 10;
133 PRAGMA aux.cache_size = 10;
388 PRAGMA cache_size = 10;
492 PRAGMA cache_size = 10;
573 PRAGMA cache_size = 10;
952 PRAGMA cache_size = 10;
975 PRAGMA cache_size = 10;
1171 PRAGMA cache_size = 10;
1239 PRAGMA cache_size = 10;
1371 PRAGMA cache_size = 5;
[all …]
H A Dmalloc5.test62 # db eval {PRAGMA cache_size=1}
83 execsql {PRAGMA cache_size=2; SELECT * FROM sqlite_master } db2
221 execsql {PRAGMA cache_size=2000}
238 db eval {PRAGMA cache_size=1}
333 db2 eval {PRAGMA cache_size=2}
338 list [execsql {PRAGMA cache_size}] [execsql {PRAGMA cache_size} db2]
H A Dtkt2409.test89 PRAGMA cache_size=10;
122 execsql "PRAGMA cache_size = $iCache"
157 PRAGMA cache_size=10;
190 PRAGMA cache_size=20;
H A Dautovacuum_ioerr2.test46 PRAGMA cache_size = 10;
97 PRAGMA cache_size = 10;
107 PRAGMA cache_size = 10;
H A Dexclusive2.test140 execsql "PRAGMA cache_size = $nPage"
142 expr {[execsql {PRAGMA cache_size}] >= $nPage}
203 execsql {PRAGMA cache_size=1000;}
224 execsql "PRAGMA cache_size = $nPage"
226 expr {[execsql {PRAGMA cache_size}] >= $nPage}
H A Dtkt-2d1a5c67d.test30 db eval "PRAGMA cache_size=$::ii"
63 db eval "PRAGMA cache_size=$::ii"
80 PRAGMA cache_size = 10;
H A Dtemptable3.test19 PRAGMA cache_size = 1;
32 PRAGMA cache_size = 1;
H A Dsavepointfault.test33 PRAGMA cache_size = 10;
53 PRAGMA cache_size = 10;
113 PRAGMA cache_size = 1000;
H A D8_3_names.test33 PRAGMA cache_size=10;
57 PRAGMA cache_size=10;
91 PRAGMA cache_size=10;
H A Dsavepoint4.test32 PRAGMA cache_size=10;
61 PRAGMA cache_size = 20;
89 PRAGMA cache_size=10;
H A Dsort2.test37 PRAGMA cache_size = 5;
74 PRAGMA cache_size = 5;
H A Dioerr2.test30 PRAGMA cache_size = 10;
79 PRAGMA cache_size = 10;
155 PRAGMA cache_size = 10;
H A Dpcache2.test41 db eval {PRAGMA cache_size=10; SELECT 1 FROM sqlite_master;}
47 db2 eval {PRAGMA cache_size=50; SELECT 1 FROM sqlite_master;}
H A Dcrash8.test67 PRAGMA cache_size = 10;
95 PRAGMA cache_size = 10;
97 PRAGMA cache_size = 100;
376 PRAGMA cache_size = 10;
390 PRAGMA cache_size = 10;
H A Dsort5.test26 PRAGMA cache_size = 10;
98 PRAGMA cache_size = $cachesz;
H A Dsort3.test38 PRAGMA cache_size = 5;
97 PRAGMA cache_size = 20000;

12345