mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
InnoDB: ignore intra-database foreign key references between tables
when dropping database (Bug #3058)
This commit is contained in:
@@ -329,7 +329,8 @@ row_drop_table_for_mysql(
|
||||
/*=====================*/
|
||||
/* out: error code or DB_SUCCESS */
|
||||
char* name, /* in: table name */
|
||||
trx_t* trx); /* in: transaction handle */
|
||||
trx_t* trx, /* in: transaction handle */
|
||||
ibool drop_db);/* in: TRUE=dropping whole database */
|
||||
/*************************************************************************
|
||||
Drops a database for MySQL. */
|
||||
|
||||
|
Reference in New Issue
Block a user