Commit 3670dcf3 authored by Sergey Vojtovich's avatar Sergey Vojtovich

BUG#54832 - Comment for MyISAM says it is a default engine

Fixed MyISAM storage engine comment, so it doesn't anymore
state that MyISAM is default storage engine.
parent aee88bc8
......@@ -2069,7 +2069,7 @@ mysql_declare_plugin(myisam)
&myisam_storage_engine,
"MyISAM",
"MySQL AB",
"Default engine as of MySQL 3.23 with great performance",
"MyISAM storage engine",
PLUGIN_LICENSE_GPL,
myisam_init, /* Plugin Init */
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