Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.tangent.org:/home/brian/mysql/dep-5.1 sql/sql_plugin.cc: SCCS merged
This commit is contained in:
commit
9dadc39fb5
@ -526,15 +526,8 @@ static int plugin_initialize(struct st_plugin_int *plugin)
|
|||||||
switch (plugin->plugin->type)
|
switch (plugin->plugin->type)
|
||||||
{
|
{
|
||||||
case MYSQL_STORAGE_ENGINE_PLUGIN:
|
case MYSQL_STORAGE_ENGINE_PLUGIN:
|
||||||
if (ha_initialize_handlerton((handlerton*) plugin->plugin->info))
|
sql_print_error("Storage Engine plugins are unsupported in this version.");
|
||||||
{
|
|
||||||
sql_print_error("Plugin '%s' handlerton init returned error.",
|
|
||||||
plugin->name.str);
|
|
||||||
DBUG_PRINT("warning", ("Plugin '%s' handlerton init returned error.",
|
|
||||||
plugin->name.str));
|
|
||||||
goto err;
|
goto err;
|
||||||
}
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user