mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
WL#3201
post-merge fixes
This commit is contained in:
parent
53d4594cfe
commit
e2ac9dda83
2 changed files with 19 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue