mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
merged with 3.23
This commit is contained in:
@@ -599,7 +599,7 @@ mysqld_show_logs(THD *thd)
|
||||
DBUG_RETURN(1);
|
||||
|
||||
#ifdef HAVE_BERKELEY_DB
|
||||
if (berkeley_show_logs(thd))
|
||||
if (!berkeley_skip && berkeley_show_logs(thd))
|
||||
DBUG_RETURN(-1);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user