From 41e5a2fb78d8102ef1fd0650e112e5b1813f313c Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Wed, 7 Apr 2010 20:44:47 +0300 Subject: [PATCH] Repply changes to storage/innodb_plugin/handler/ha_innodb.cc that were made by MySQL --- storage/innodb_plugin/handler/ha_innodb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc index 55febd0fc2d..1c44c6435d3 100644 --- a/storage/innodb_plugin/handler/ha_innodb.cc +++ b/storage/innodb_plugin/handler/ha_innodb.cc @@ -10794,7 +10794,7 @@ static struct st_mysql_sys_var* innobase_system_variables[]= { NULL }; -mysql_declare_plugin(innobase) +mysql_declare_plugin(innodb_plugin) { MYSQL_STORAGE_ENGINE_PLUGIN, &innobase_storage_engine,