Lines Matching refs:temp
30 PRAGMA temp.integrity_check;
57 PRAGMA temp.cache_size = 10;
75 do_execsql_test 3.1.4 { PRAGMA temp.integrity_check } {ok}
86 do_execsql_test 3.2.2 { PRAGMA temp.integrity_check } {ok}
93 PRAGMA temp.cache_size = 10;
102 PRAGMA temp.page_count;
122 set n [db one { PRAGMA temp.page_count }]
126 do_execsql_test 4.1.4 { PRAGMA temp.integrity_check } {ok}
133 PRAGMA temp.cache_size = 10;
145 # Test that the temp database is now much bigger than the configured
148 set n [db one { PRAGMA temp.page_count }]
166 do_execsql_test 5.1.5 { PRAGMA temp.integrity_check } {ok}
184 PRAGMA temp.cache_size = 10;
327 # When using mmap mode with a temp file, SQLite must search the cache
329 # open. For a temp file, the on-disk version may not be up to date.