1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Cleanup ha_checktype() and redundant variables.

This commit is contained in:
acurtis@pcgem.rdg.cyberkinetica.com
2004-03-02 10:08:50 +00:00
parent 7f3771bc76
commit 0a27eef814
10 changed files with 40 additions and 70 deletions

View File

@@ -921,7 +921,7 @@ mysqld_show_logs(THD *thd)
DBUG_RETURN(1);
#ifdef HAVE_BERKELEY_DB
if (!berkeley_skip && berkeley_show_logs(protocol))
if ((have_berkeley_db == SHOW_OPTION_YES) && berkeley_show_logs(protocol))
DBUG_RETURN(-1);
#endif