Commit 44646da4 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Merge fix for BUG#54832 to trunk.

parents db7ba464 3670dcf3
...@@ -2069,7 +2069,7 @@ mysql_declare_plugin(myisam) ...@@ -2069,7 +2069,7 @@ mysql_declare_plugin(myisam)
&myisam_storage_engine, &myisam_storage_engine,
"MyISAM", "MyISAM",
"MySQL AB", "MySQL AB",
"Default engine as of MySQL 3.23 with great performance", "MyISAM storage engine",
PLUGIN_LICENSE_GPL, PLUGIN_LICENSE_GPL,
myisam_init, /* Plugin Init */ myisam_init, /* Plugin Init */
NULL, /* Plugin Deinit */ NULL, /* Plugin Deinit */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment