mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WL#2936 - Falcon & MySQL plugin interface: server variables
Fixed a compiler dependent expression to be more portable. Initialized 'dummy' in construct_help_options() so that loaded plugin show themselves as TRUE in the help output. mysys/hash.c: WL#2936 - Falcon & MySQL plugin interface: server variables Fixed a compiler dependent expression to be more portable. sql/handler.cc: WL#2936 - Falcon & MySQL plugin interface: server variables Added a DBUG_PRINT. sql/sql_plugin.cc: WL#2936 - Falcon & MySQL plugin interface: server variables Initialized 'dummy' in construct_help_options() so that loaded plugin show themselves as TRUE in the help output. Fixed a DBUG_ENTER, added a DBUG_PRINT. Added comments.
This commit is contained in:
@@ -416,6 +416,7 @@ int ha_initialize_handlerton(st_plugin_int *plugin)
|
||||
{
|
||||
handlerton *hton;
|
||||
DBUG_ENTER("ha_initialize_handlerton");
|
||||
DBUG_PRINT("plugin", ("initialize plugin: '%s'", plugin->name.str));
|
||||
|
||||
hton= (handlerton *)my_malloc(sizeof(handlerton),
|
||||
MYF(MY_WME | MY_ZEROFILL));
|
||||
|
||||
Reference in New Issue
Block a user