mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixed compiler warning
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user