1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -72,7 +72,7 @@
#define STATUS_BDB_ANALYZE 4
const char *ha_berkeley_ext=".db";
bool berkeley_skip=0,berkeley_shared_data=0;
bool berkeley_shared_data=0;
u_int32_t berkeley_init_flags= DB_PRIVATE | DB_RECOVER, berkeley_env_flags=0,
berkeley_lock_type=DB_LOCK_DEFAULT;
ulong berkeley_cache_size, berkeley_log_buffer_size, berkeley_log_file_size=0;