MDEV-8581 Unique prefix for default-tmp-storage-engine does not work

remove old "to-be-implemented" definition of
the default-tmp-storage-engine option.
This commit is contained in:
Sergei Golubchik 2015-09-05 16:24:11 +02:00
parent 509b836623
commit b119110a82

View file

@ -7570,7 +7570,6 @@ struct my_option my_long_options[]=
#endif
/* The following options exist in 5.6 but not in 10.0 */
MYSQL_TO_BE_IMPLEMENTED_OPTION("default-tmp-storage-engine"),
MYSQL_COMPATIBILITY_OPTION("log-raw"),
MYSQL_COMPATIBILITY_OPTION("log-bin-use-v1-row-events"),
MYSQL_TO_BE_IMPLEMENTED_OPTION("default-authentication-plugin"),