diff options
author | marko@hundin.mysql.fi <> | 2005-04-07 12:16:41 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2005-04-07 12:16:41 +0300 |
commit | b5328a7dbc62f7d87d406b7fa334a03dcea6b5ba (patch) | |
tree | 7034173189c0c268893de96cb77f0e5983ac1a94 /sql/ha_innodb.h | |
parent | 699c35c80eb0a31983bf09d1515a69456b589da7 (diff) | |
download | mariadb-git-b5328a7dbc62f7d87d406b7fa334a03dcea6b5ba.tar.gz |
InnoDB: Prevent ALTER TABLE ... ENGINE=...
if there are foreign key constraints on the table. (Bug #5574)
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r-- | sql/ha_innodb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h index f10785b695d..edf428669d8 100644 --- a/sql/ha_innodb.h +++ b/sql/ha_innodb.h @@ -161,6 +161,7 @@ class ha_innobase: public handler int check(THD* thd, HA_CHECK_OPT* check_opt); char* update_table_comment(const char* comment); char* get_foreign_key_create_info(); + bool can_switch_engines(); uint referenced_by_foreign_key(); void free_foreign_key_create_info(char* str); THR_LOCK_DATA **store_lock(THD *thd, THR_LOCK_DATA **to, |