mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +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:
@@ -971,9 +971,6 @@ static const Mem *columnNullValue(void){
|
||||
#ifdef SQLITE_DEBUG
|
||||
/* .pScopyFrom = */ (Mem*)0,
|
||||
/* .mScopyFlags= */ 0,
|
||||
#endif
|
||||
#ifdef SQLITE_DEBUG_COLUMNCACHE
|
||||
/* .iTabColHash= */ 0,
|
||||
#endif
|
||||
};
|
||||
return &nullMem;
|
||||
|
Reference in New Issue
Block a user