summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2002-06-16 17:06:12 +0300
committerunknown <monty@mashka.mysql.fi>2002-06-16 17:06:12 +0300
commit8a8e4be22f0806e2a606659de7b6c9069f4ef2e4 (patch)
tree5f06cb07df859c884eed35668ba450e5060ab52a /myisam/myisamchk.c
parentc554eeec98958fd77dfedf18fc7c5cfd58cf046b (diff)
downloadmariadb-git-8a8e4be22f0806e2a606659de7b6c9069f4ef2e4.tar.gz
Cleanup of checking of user resources
Added missing checking of no_keyread Docs/manual.texi: Fixed wrong example myisam/myisamchk.c: Removed not needed include file mysys/my_pthread.c: Fix for HPUX mysys/my_thr_init.c: Removed not needed warning scripts/mysql_fix_privilege_tables.sh: Cleanup sql/sql_lex.cc: Removed not needed initialization sql/sql_parse.cc: Cleanup of checking of user resources sql/sql_select.cc: Added checking of no_keyread
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r--myisam/myisamchk.c1
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