mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Remove more column-cache residue: The OP_SetColTab and OP_VerifyColTab
opcodes and the associated SQLITE_DEBUG_COLUMNCACHE logic. FossilOrigin-Name: 80236e81cefdf3d3cda3dbdb6de1575c38e4e248cc4b72ca9ee96d3aa0464bfd
This commit is contained in:
@@ -367,17 +367,6 @@
|
||||
# undef NDEBUG
|
||||
#endif
|
||||
|
||||
/* SQLITE_DEBUG_COLUMNCACHE is synomous with SQLITE_DEBUG. The
|
||||
** SQLITE_DEBUG_COLUMNCACHE symbol only exists to provide a convenient
|
||||
** way to search for all code that deals with verifying correct behavior
|
||||
** of the column cache.
|
||||
*/
|
||||
#ifdef SQLITE_DEBUG
|
||||
# define SQLITE_DEBUG_COLUMNCACHE 1
|
||||
#else
|
||||
# undef SQLIT_DEBUG_COLUMNCACHE
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Enable SQLITE_ENABLE_EXPLAIN_COMMENTS if SQLITE_DEBUG is turned on.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user