1
0
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:
marko@hundin.mysql.fi
2004-04-02 16:25:48 +03:00
parent 0219adc00b
commit 23a5fc5558
7 changed files with 36 additions and 19 deletions

View File

@@ -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. */