diff options
author | monty@mashka.mysql.fi <> | 2002-06-16 17:06:12 +0300 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-06-16 17:06:12 +0300 |
commit | fc52abc50fa8a70e2ca5454998edc4b04f5e2cf8 (patch) | |
tree | 5f06cb07df859c884eed35668ba450e5060ab52a /myisam/myisamchk.c | |
parent | 33a377c7169c96b4a5fd3d0edba3f976df2ff3ba (diff) | |
download | mariadb-git-fc52abc50fa8a70e2ca5454998edc4b04f5e2cf8.tar.gz |
Cleanup of checking of user resources
Added missing checking of no_keyread
Diffstat (limited to 'myisam/myisamchk.c')
-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 379a985705d..f2b5525f22a 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -21,7 +21,6 @@ #include <m_ctype.h> #include <stdarg.h> #include <my_getopt.h> -#include <assert.h> #ifdef HAVE_SYS_VADVICE_H #include <sys/vadvise.h> #endif |