mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Further refactoring of the schema table name.
FossilOrigin-Name: 9536fa0ae0c1ae6e2e98d2fa11e5acda7f3c9b8ca5061b6f7f8cae63a11d936b
This commit is contained in:
@@ -6124,7 +6124,7 @@ case OP_ParseSchema: {
|
||||
if( rc==SQLITE_OK && initData.nInitRow==0 ){
|
||||
/* The OP_ParseSchema opcode with a non-NULL P4 argument should parse
|
||||
** at least one SQL statement. Any less than that indicates that
|
||||
** the sqlite_master table is corrupt. */
|
||||
** the sqlite_schema table is corrupt. */
|
||||
rc = SQLITE_CORRUPT_BKPT;
|
||||
}
|
||||
sqlite3DbFreeNN(db, zSql);
|
||||
|
Reference in New Issue
Block a user