1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00
post-merge fixes
This commit is contained in:
acurtis@xiphis.org
2006-04-24 14:32:45 -07:00
parent 53d4594cfe
commit e2ac9dda83
2 changed files with 19 additions and 1 deletions

View File

@ -531,7 +531,7 @@ static int plugin_initialize(struct st_plugin_int *plugin)
switch (plugin->plugin->type)
{
case MYSQL_STORAGE_ENGINE_PLUGIN:
if (ha_initialize_handlerton((handlerton*) plugin->plugin->info))
if (ha_initialize_handlerton(plugin))
{
sql_print_error("Plugin '%s' handlerton init returned error.",
plugin->name.str);