summaryrefslogtreecommitdiff
path: root/sql/ha_berkeley.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-10-25 01:50:46 +0300
committerunknown <monty@donna.mysql.com>2000-10-25 01:50:46 +0300
commit5aacf92e2215cc40a8d8934fe7376180fe30ee10 (patch)
treee2752fa618359db15b27254ae137517f9bd19779 /sql/ha_berkeley.h
parent08dc21df3ad57f782bce0b7277900e880415a0a5 (diff)
downloadmariadb-git-5aacf92e2215cc40a8d8934fe7376180fe30ee10.tar.gz
Added bdb_lock_max and fixed bug in BDB tables when using key parts
Docs/Makefile.am: Don't try to get the manual from SCCS Docs/manual.texi: Added bdb_lock_max + some information about Linux and big files myisam/myisamchk.c: Code cleanup mysql.proj: updated sql/field.cc: Added compare of packed BDB key sql/field.h: Added compare of packed BDB key sql/ha_berkeley.cc: Added compare of packed BDB keys and bdb_lock_max variable sql/ha_berkeley.h: Added bdb_lock_max variable sql/key.cc: cleanup sql/mysqld.cc: Added bdb_lock_max
Diffstat (limited to 'sql/ha_berkeley.h')
-rw-r--r--sql/ha_berkeley.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_berkeley.h b/sql/ha_berkeley.h
index b44b112b0ed..84061ae09be 100644
--- a/sql/ha_berkeley.h
+++ b/sql/ha_berkeley.h
@@ -147,7 +147,7 @@ class ha_berkeley: public handler
extern bool berkeley_skip;
extern u_int32_t berkeley_init_flags,berkeley_lock_type,berkeley_lock_types[];
-extern ulong berkeley_cache_size;
+extern ulong berkeley_cache_size, berkeley_lock_max;
extern char *berkeley_home, *berkeley_tmpdir, *berkeley_logdir;
extern long berkeley_lock_scan_time;
extern TYPELIB berkeley_lock_typelib;