mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Improvements to SCopy correctness tracking when SQLITE_DEBUG is enabled.
FossilOrigin-Name: b2973f2357a2c5e22e0d612c970adbc6d51cbc5e4ff7ac6d2b678722e553e8ec
This commit is contained in:
@@ -970,7 +970,10 @@ static const Mem *columnNullValue(void){
|
||||
/* .xDel = */ (void(*)(void*))0,
|
||||
#ifdef SQLITE_DEBUG
|
||||
/* .pScopyFrom = */ (Mem*)0,
|
||||
/* .pFiller = */ (void*)0,
|
||||
/* .mScopyFlags= */ 0,
|
||||
#endif
|
||||
#ifdef SQLITE_DEBUG_COLUMNCACHE
|
||||
/* .iTabColHash= */ 0,
|
||||
#endif
|
||||
};
|
||||
return &nullMem;
|
||||
|
Reference in New Issue
Block a user