diff options
author | unknown <monty@donna.mysql.com> | 2000-10-25 01:50:46 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-10-25 01:50:46 +0300 |
commit | 5aacf92e2215cc40a8d8934fe7376180fe30ee10 (patch) | |
tree | e2752fa618359db15b27254ae137517f9bd19779 /myisam | |
parent | 08dc21df3ad57f782bce0b7277900e880415a0a5 (diff) | |
download | mariadb-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 'myisam')
-rw-r--r-- | myisam/myisamchk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 29259d15c1a..b18f42bfb81 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -1378,7 +1378,6 @@ void mi_check_print_info(MI_CHECK *param __attribute__((unused)), VOID(vfprintf(stdout, fmt, args)); VOID(fputc('\n',stdout)); va_end(args); - return; } /* VARARGS */ |