From 4c5dd2f27801294f716567995c0d6e625670a9a7 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Apr 2001 17:14:53 +0300 Subject: Fixed that database name is shown for CHECK TABLE BitKeeper/etc/ignore: Added client/mysqlcheck to the ignore list Docs/manual.texi: Changelog --- include/myisam.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/myisam.h') diff --git a/include/myisam.h b/include/myisam.h index c4e26c5fb22..9b006467ac8 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -333,9 +333,9 @@ typedef struct st_mi_check_param ulonglong unique_count[MI_MAX_KEY_SEG+1]; ha_checksum key_crc[MI_MAX_POSSIBLE_KEY]; ulong rec_per_key_part[MI_MAX_KEY_SEG*MI_MAX_POSSIBLE_KEY]; - void* thd; - char* table_name; - char* op_name; + void *thd; + char *db_name,*table_name; + char *op_name; } MI_CHECK; -- cgit v1.2.1