mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
WL#3201
post-merge fixes
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user