1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -419,7 +419,7 @@ int init_embedded_server(int argc, char **argv, char **groups)
if (
#ifdef HAVE_BERKELEY_DB
!berkeley_skip ||
(have_berkeley_db == SHOW_OPTION_YES) ||
#endif
(flush_time && flush_time != ~(ulong) 0L))
{