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.
This commit is contained in:
Sergey Vojtovich 2010-07-02 14:56:54 +04:00
parent 7ec3680161
commit 12005ca9a1

View File

@ -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 */