OLD | NEW |
1 # 2014 June 17 | 1 # 2014 June 17 |
2 # | 2 # |
3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
5 # | 5 # |
6 # May you do good and not evil. | 6 # May you do good and not evil. |
7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
9 # | 9 # |
10 #************************************************************************* | 10 #************************************************************************* |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 sqlite3_db_config_lookaside db 0 0 0 | 286 sqlite3_db_config_lookaside db 0 0 0 |
287 } -test { | 287 } -test { |
288 faultsim_test_result {0 {}} {1 {initialization of fts5 failed: }} | 288 faultsim_test_result {0 {}} {1 {initialization of fts5 failed: }} |
289 if {$testrc==0} { | 289 if {$testrc==0} { |
290 db eval { CREATE VIRTUAL TABLE temp.t1 USING fts5(x) } | 290 db eval { CREATE VIRTUAL TABLE temp.t1 USING fts5(x) } |
291 } | 291 } |
292 db close | 292 db close |
293 } | 293 } |
294 finish_test | 294 finish_test |
295 | 295 |
OLD | NEW |