| OLD | NEW |
| 1 # 2010 October 30 | 1 # 2010 October 30 |
| 2 # | 2 # |
| 3 # May you do good and not evil. | 3 # May you do good and not evil. |
| 4 # May you find forgiveness for yourself and forgive others. | 4 # May you find forgiveness for yourself and forgive others. |
| 5 # May you share freely, never taking more than you give. | 5 # May you share freely, never taking more than you give. |
| 6 # | 6 # |
| 7 #*********************************************************************** | 7 #*********************************************************************** |
| 8 # Test that the FTS3 extension does not crash when it encounters a | 8 # Test that the FTS3 extension does not crash when it encounters a |
| 9 # corrupt data structure on disk. | 9 # corrupt data structure on disk. |
| 10 # | 10 # |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 execsql { UPDATE t2_segdir SET root = $blob WHERE rowid = $rowid } | 101 execsql { UPDATE t2_segdir SET root = $blob WHERE rowid = $rowid } |
| 102 } | 102 } |
| 103 } | 103 } |
| 104 | 104 |
| 105 | 105 |
| 106 | 106 |
| 107 | 107 |
| 108 | 108 |
| 109 | 109 |
| 110 finish_test | 110 finish_test |
| OLD | NEW |