From 12005ca9a1a7ba18f5b12695fb9c680e8d7adc9d Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Fri, 2 Jul 2010 14:56:54 +0400 Subject: [PATCH] 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. --- storage/myisam/ha_myisam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/myisam/ha_myisam.cc b/storage/myisam/ha_myisam.cc index e0e104a4878..26f6a3903a8 100644 --- a/storage/myisam/ha_myisam.cc +++ b/storage/myisam/ha_myisam.cc @@ -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 */