mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Further refactoring of the schema table name.
FossilOrigin-Name: 9536fa0ae0c1ae6e2e98d2fa11e5acda7f3c9b8ca5061b6f7f8cae63a11d936b
This commit is contained in:
@@ -318,13 +318,13 @@ void sqlite3FinishTrigger(
|
||||
#endif
|
||||
|
||||
/* if we are not initializing,
|
||||
** build the sqlite_master entry
|
||||
** build the sqlite_schema entry
|
||||
*/
|
||||
if( !db->init.busy ){
|
||||
Vdbe *v;
|
||||
char *z;
|
||||
|
||||
/* Make an entry in the sqlite_master table */
|
||||
/* Make an entry in the sqlite_schema table */
|
||||
v = sqlite3GetVdbe(pParse);
|
||||
if( v==0 ) goto triggerfinish_cleanup;
|
||||
sqlite3BeginWriteOperation(pParse, 0, iDb);
|
||||
|
Reference in New Issue
Block a user