mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
Cleanup of unused variables.
Fixed "discover" in the handler API. Fixed problem where handlerton was not zero'ed. I need to look around, I suspect this problem is more widespread.
This commit is contained in:
parent
d41188130a
commit
baa914e66d
7 changed files with 33 additions and 20 deletions
|
|
@ -927,7 +927,7 @@ my_bool plugin_foreach(THD *thd, plugin_foreach_func *func,
|
|||
{
|
||||
uint idx;
|
||||
struct st_plugin_int *plugin;
|
||||
DBUG_ENTER("mysql_uninstall_plugin");
|
||||
DBUG_ENTER("plugin_foreach");
|
||||
rw_rdlock(&THR_LOCK_plugin);
|
||||
|
||||
if (type == MYSQL_ANY_PLUGIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue