summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
diff options
context:
space:
mode:
authorgkodinov/kgeorge@magare.gmz <>2008-03-28 18:43:13 +0200
committergkodinov/kgeorge@magare.gmz <>2008-03-28 18:43:13 +0200
commitfd64a7735d6f981df1f3bd92b008856a66b0c0f3 (patch)
treee029774462b411a9fec8ed04a033e25f9643a06b /sql/sql_plugin.cc
parent450a6385c4b925f396cd723c9650cc7ea62aa97f (diff)
downloadmariadb-git-fd64a7735d6f981df1f3bd92b008856a66b0c0f3.tar.gz
fixed compiler error in 5.1-marvel.
Diffstat (limited to 'sql/sql_plugin.cc')
-rw-r--r--sql/sql_plugin.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc
index 106984823a5..811b82ebe05 100644
--- a/sql/sql_plugin.cc
+++ b/sql/sql_plugin.cc
@@ -1447,7 +1447,6 @@ static bool plugin_load_list(MEM_ROOT *tmp_root, int *argc, char **argv,
free_root(tmp_root, MYF(MY_MARK_BLOCKS_FREE));
if (plugin_add(tmp_root, &name, &dl, argc, argv, REPORT_TO_LOG))
goto error;
- }
}
plugin_dl_del(&dl); // reduce ref count
}