diff options
author | monty@donna.mysql.com <> | 2000-10-25 01:50:46 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-25 01:50:46 +0300 |
commit | adeed9168d58bd775aa09155f9089facf107e969 (patch) | |
tree | e2752fa618359db15b27254ae137517f9bd19779 /myisam | |
parent | 6633c2113a3b18fd4d40eef676de26fe3fa43f32 (diff) | |
download | mariadb-git-adeed9168d58bd775aa09155f9089facf107e969.tar.gz |
Added bdb_lock_max and fixed bug in BDB tables when using key parts
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 */ |