← Back to team overview

maria-developers team mailing list archive

bzr commit into Mariadb 5.2, with Maria 2.0:maria/5.2 branch (monty:2779)

 

#At lp:maria/5.2 based on revid:sergii@xxxxxxxxx-20100407150509-l5lrdmanv1flfsi7

 2779 Michael Widenius	2010-04-08
      Fixed compiler warning
      modified:
        sql/sql_plugin.cc

=== modified file 'sql/sql_plugin.cc'
--- a/sql/sql_plugin.cc	2010-04-01 20:05:09 +0000
+++ b/sql/sql_plugin.cc	2010-04-08 09:51:22 +0000
@@ -593,7 +593,7 @@ static my_bool read_maria_plugin_info(st
 
   DBUG_RETURN(FALSE);
 }
-#endif HAVE_DLOPEN
+#endif /* HAVE_DLOPEN */
 
 static st_plugin_dl *plugin_dl_add(const LEX_STRING *dl, int report)
 {