summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.cc
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-04-08 12:51:22 +0300
committerMichael Widenius <monty@askmonty.org>2010-04-08 12:51:22 +0300
commita91e89dec672cd954d20fbe729006f2845bd32ed (patch)
treeca7d9ea0f6e3df21b86f6a7187572bb61c9cfc74 /sql/sql_plugin.cc
parent8e122db92d0a60670e421903c32213524cd54fdf (diff)
downloadmariadb-git-a91e89dec672cd954d20fbe729006f2845bd32ed.tar.gz
Fixed compiler warning
Diffstat (limited to 'sql/sql_plugin.cc')
-rw-r--r--sql/sql_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc
index 2fc27eb06aa..1094053e41b 100644
--- a/sql/sql_plugin.cc
+++ b/sql/sql_plugin.cc
@@ -593,7 +593,7 @@ static my_bool read_maria_plugin_info(struct st_plugin_dl *plugin_dl,
DBUG_RETURN(FALSE);
}
-#endif HAVE_DLOPEN
+#endif /* HAVE_DLOPEN */
static st_plugin_dl *plugin_dl_add(const LEX_STRING *dl, int report)
{