diff options
author | antony@ppcg5.local <> | 2007-04-02 11:38:58 -0700 |
---|---|---|
committer | antony@ppcg5.local <> | 2007-04-02 11:38:58 -0700 |
commit | 48f3ec85700eef4100fe0357a2e6bfaa9460f3f9 (patch) | |
tree | e10aca33a80b582f64b79a333ca4d27cdced1dca /sql/sql_plugin.h | |
parent | 6f21d39d51ad0a06838ea7a0542ebb0892407e79 (diff) | |
download | mariadb-git-48f3ec85700eef4100fe0357a2e6bfaa9460f3f9.tar.gz |
WL#2936
"Plugin Server Variables"
Post review cleanups.
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r-- | sql/sql_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index 17208f41b38..70ce21a64da 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -126,7 +126,7 @@ extern bool mysql_install_plugin(THD *thd, const LEX_STRING *name, const LEX_STRING *dl); extern bool mysql_uninstall_plugin(THD *thd, const LEX_STRING *name); extern bool plugin_register_builtin(struct st_mysql_plugin *plugin); -extern void plugin_thdvar_init(THD *thd, bool lock_locals); +extern void plugin_thdvar_init(THD *thd); extern void plugin_thdvar_cleanup(THD *thd); typedef my_bool (plugin_foreach_func)(THD *thd, |