From bdbc0ef7a068d77e404bc4e13b864cb41112521a Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Wed, 31 Jan 2001 04:47:25 +0200 Subject: New myisamchk option --sort-recover Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name() --- include/myisam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/myisam.h') diff --git a/include/myisam.h b/include/myisam.h index d198d6af80e..52a04e956aa 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -324,7 +324,7 @@ typedef struct st_mi_check_param uint testflag; uint8 language; my_bool using_global_keycache, opt_lock_memory, opt_follow_links; - my_bool retry_repair,retry_without_quick; + my_bool retry_repair,retry_without_quick, force_sort; char temp_filename[FN_REFLEN],*isam_file_name,*tmpdir; int tmpfile_createflag; myf myf_rw; -- cgit v1.2.1