summaryrefslogtreecommitdiff
path: root/sql/create_options.h
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-07-08 19:39:27 +0200
committerSergei Golubchik <sergii@pisem.net>2014-07-08 19:39:27 +0200
commit086a81986bfa5b1a6c3d0594a1e4017e45d51e42 (patch)
tree9aa85b4a9ebfae62f92f7efda981cd755f40d457 /sql/create_options.h
parent5045615cd945b137c1f6b7c5e4c1bb960eb3b287 (diff)
downloadmariadb-git-086a81986bfa5b1a6c3d0594a1e4017e45d51e42.tar.gz
MDEV-5867 ALTER TABLE t1 ENGINE=InnoDB keeps bad options when t1 ENGINE is CONNECT
Comment out unknown options in SHOW CREATE TABLE unless IGNORE_BAD_TABLE_OPTIONS is used
Diffstat (limited to 'sql/create_options.h')
-rw-r--r--sql/create_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/create_options.h b/sql/create_options.h
index d6b48822c49..eb21f291ff4 100644
--- a/sql/create_options.h
+++ b/sql/create_options.h
@@ -99,4 +99,6 @@ uchar *engine_table_options_frm_image(uchar *buff,
bool engine_options_differ(void *old_struct, void *new_struct,
ha_create_table_option *rules);
+bool is_engine_option_known(engine_option_value *opt,
+ ha_create_table_option *rules);
#endif