1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-21 06:21:35 +03:00
Files
mariadb/sql
unknown fac3642cc8 InnoDB: ignore intra-database foreign key references between tables
when dropping database (Bug #3058)


innobase/dict/dict0crea.c:
  Add a parameter to row_drop_table_for_mysql()
innobase/dict/dict0dict.c:
  Make dict_tables_have_same_db() a global function
innobase/include/dict0dict.h:
  Make dict_tables_have_same_db() a global function
innobase/include/row0mysql.h:
  Add a parameter to row_drop_table_for_mysql()
innobase/row/row0mysql.c:
  Add a parameter "drop_db" to row_drop_table_for_mysql()
  to skip foreign constraint checks on tables in same database
innobase/trx/trx0roll.c:
  Add a parameter to row_drop_table_for_mysql()
sql/ha_innodb.cc:
  Add a parameter "drop_db" to row_drop_table_for_mysql()
  innobase_drop_database(): allocate namebuf dynamically
2004-04-02 16:25:48 +03:00
..
2004-02-16 09:41:13 +02:00
2003-07-01 14:38:38 +03:00
2003-12-30 13:14:21 +02:00
2003-03-13 13:44:03 +01:00
2003-04-23 21:52:16 +03:00
2004-02-09 23:57:29 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2003-12-30 13:14:21 +02:00
2004-03-27 00:35:45 +04:00
2004-03-12 01:13:04 +02:00
2003-06-11 20:09:37 +05:00
2003-08-20 16:25:44 +03:00
2004-01-19 23:44:39 +01:00
2003-12-16 13:20:17 +02:00
2004-03-12 01:13:04 +02:00
2004-02-21 14:25:43 +01:00
2004-03-25 22:05:09 +02:00
2004-02-16 18:58:21 +02:00
2004-03-25 22:05:09 +02:00
2003-12-30 13:14:21 +02:00
2004-03-10 16:56:28 +01:00
2004-03-26 17:01:13 +02:00
2003-04-23 21:52:16 +03:00
2004-03-27 00:35:45 +04:00
2004-03-22 16:35:15 +02:00
2004-03-12 15:56:28 +02:00
2003-12-02 21:05:40 +03:00
2003-10-29 14:23:35 +01:00