Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
fault.c
d12602a
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
by drh
· 9 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
78f82d1
Continuing work on adding full support for the SQLITE_OMIT_WSD
by drh
· 17 years ago
b21e7c7
Fix a bug in the KEYINFO handling within select.c. Change the OP_Move
by drh
· 17 years ago
2d1d86f
Add a mode to the sqlite3_test_control() interface to register hooks called at the beginning and end of "benign malloc failure" blocks. This allows malloc() failure testing to be done using public APIs only. (CVS 5254)
by danielk1977
· 17 years ago
ef05f2d
Move (almost all) malloc failure test logic from fault.c to test_malloc.c. (CVS 5253)
by danielk1977
· 17 years ago
d09414c
Move the malloc() failure simulation out of malloc.c and into a separate sqlite3_mem_methods interface. Still some related changes to come. (CVS 5250)
by danielk1977
· 17 years ago
6c3af6e
Add version tag comments to source files that lack them.
by drh
· 17 years ago
4873d5f
Make the benign-fault setting recursive. Make all malloc failures
by drh
· 17 years ago
19db935
Allow the xAccess method in the VFS to return -1 to signal an I/O
by drh
· 17 years ago
3088d59
Add a completely new testing system for the Bitvec object. The new
by drh
· 17 years ago
2fa1868
Add a new api sqlite3_randomness() for providing access to SQLite's
by drh
· 17 years ago
643167f
Add the fault injector module in fault.c. Use it as a basis for memory
by drh
· 18 years ago