aboutsummaryrefslogtreecommitdiff
path: root/test/ioerr2.test
Commit message (Collapse)AuthorAge
* Update a couple of test cases to account for the fact that ROLLBACK does not ↵drh2014-11-18
| | | | | always abort all running SELECT statements. FossilOrigin-Name: abccda769a3f6b755c3bf70b5fb31a5e16718ef3
* Modify a test in ioerr2.test to account for the new SQLITE_ABORT_ROLLBACK ↵dan2012-03-17
| | | | | extended error code. FossilOrigin-Name: affaebde109e8dd851474ffe7b7d48b1aae8c7ed
* Remove leftover "breakpoint" commands from test scripts. Also remove blankdrh2009-06-05
| | | | | lines at the end of scripts. (CVS 6721) FossilOrigin-Name: 1fef16ec2b89981770cf44f606a420fbe031a7a4
* Fix a case where during a rollback triggered by an IO or malloc error an ↵danielk19772009-02-12
| | | | | unjournalled region of the database could be written to (with it's original data). This was causing an assert in test_journal.c to fail. Add a test case in ioerr2.test to trigger this case. (CVS 6286) FossilOrigin-Name: 315a6692f9a03a470871cce4f74567683546f343
* If the xAccess() call used by "PRAGMA temp_store_directory = /new/path/" to ↵danielk19772008-09-16
| | | | | determine if the supplied directory is writable returns an error, assume the directory is not writable. (CVS 5707) FossilOrigin-Name: e8418588f2c23487cefda702849d4546202fd8ec
* Add the pcache module from the experimental branch. Also change things so ↵danielk19772008-08-20
| | | | | that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) FossilOrigin-Name: cb494e10d71852024647aaa254203579ad438ea9
* 3 more coverage tests for btree.c. (CVS 5370)danielk19772008-07-08
| | | FossilOrigin-Name: 96df0a5fa4bb2b3dfedf034d81704e152cdc63a9
* Correctly handle I/O errors that occur during OsUnlock(). Before thisdrh2008-03-07
| | | | | | | fix, an I/O error during OsUnlock() could lead to database corruption. That is not a serious problem, though, since errors during OsUnlock() are not possible on most systems. (CVS 4838) FossilOrigin-Name: b4c1258edb4a40501d13c9da674d0366d5a8c694
* Fixes for compilation/testing when the various OMIT macros are defined. (CVS ↵danielk19772007-09-12
| | | | | 4423) FossilOrigin-Name: c8405b15c074c94dab5e33272cf1471f458d11df
* Add some code to MemTranslate() to prevent the READ_UTF8() macro from ↵danielk19772007-05-23
| | | | | overreading a buffer. (CVS 4033) FossilOrigin-Name: 0595319cd716611bb5a12eb952e395283ea749bb
* Fix multiple performance regressions (ticket #2298 among them) drh2007-04-13
| | | | | and add tests to make sure they do not come back. (CVS 3839) FossilOrigin-Name: 32bb2d5859906b4fb0f6083eedd7f3a81b9cf5e2
* Fix an obscure pager refcnt leak that occurs following a transient I/Odrh2007-04-09
| | | | | error. (CVS 3829) FossilOrigin-Name: ce6f56ece8eab743d20cd2c0a84b4a266c4da2ff
* Have the pager call xReiniter() instead of xDestructor() to restore btree ↵danielk19772007-04-09
| | | | | level state after rolling back a page. (CVS 3828) FossilOrigin-Name: 4e8941333ef053442877a2a696a2c68d403c7f4d
* Add a different form of I/O tests. So far has failed to expose new bugs. ↵danielk19772007-04-02
(CVS 3802) FossilOrigin-Name: 9e1295428f476dba21c28149c7983f66a9134559