summaryrefslogtreecommitdiff
path: root/isam
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-11-28 04:47:47 +0200
committermonty@donna.mysql.com <>2000-11-28 04:47:47 +0200
commit74e7ffe9872e74f3ac1ae4e93a2ef1b0d2c97c03 (patch)
treee3d40dd7c6a7e86bd2388da19d59d5a372bf7bb8 /isam
parentad2e43c7d6f4b7bbe5b92830ef11856c7d18b6b5 (diff)
downloadmariadb-git-74e7ffe9872e74f3ac1ae4e93a2ef1b0d2c97c03.tar.gz
New thr_alarm struct for better integration with OS2
Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
Diffstat (limited to 'isam')
-rw-r--r--isam/isamchk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/isam/isamchk.c b/isam/isamchk.c
index 2f2471c4376..ce96655a7a5 100644
--- a/isam/isamchk.c
+++ b/isam/isamchk.c
@@ -193,6 +193,10 @@ char **argv;
int error;
MY_INIT(argv[0]);
+#ifdef __EMX__
+ _wildcard (&argc, &argv);
+#endif
+
get_options(&argc,(char***) &argv);
nisam_quick_table_bits=(uint) decode_bits;
error=0;