Lines Matching refs:main
22 # pragma2-1.*: Test freelist_count pragma on the main database.
67 PRAGMA main.freelist_count;
108 PRAGMA main.freelist_count;
138 PRAGMA main.cache_size=2000;
141 PRAGMA main.cache_spill;
147 PRAGMA main.cache_spill;
182 } {main exclusive temp unknown} ;# EXCLUSIVE lock due to cache spill
192 } {0 main reserved temp unknown} ;# No cache spill, so no exclusive lock
207 } {100000 main reserved temp unknown} ;# Big spill threshold -> no excl lock
213 PRAGMA main.cache_spill;
218 } {50 main exclusive temp unknown} ;# Small cache spill -> exclusive lock
223 PRAGMA main.cache_spill;
228 } {50 main exclusive temp unknown} ;# Small cache spill -> exclusive lock
243 } {main unlocked temp unknown aux1 reserved}
253 } {main unlocked temp unknown aux1 exclusive}