mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Rename the internal Schema.flags field to Schema.schemaFlags.
FossilOrigin-Name: 5ae80b3c8f032528359c8c762505ce24da8db96f
This commit is contained in:
@@ -162,7 +162,7 @@ static int hasSharedCacheTableLock(
|
||||
** the correct locks are held. So do not bother - just return true.
|
||||
** This case does not come up very often anyhow.
|
||||
*/
|
||||
if( isIndex && (!pSchema || (pSchema->flags&DB_SchemaLoaded)==0) ){
|
||||
if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user