summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-20 17:14:53 +0300
committermonty@donna.mysql.fi <>2001-04-20 17:14:53 +0300
commitc8fbe93890953c7e00700c3a0d5f6858e6335b95 (patch)
tree52cd3e429150d5231543e4b56d722a880ee48946 /include/myisam.h
parent528408c42a2a686fbcab62de312734d3e3e18d00 (diff)
downloadmariadb-git-c8fbe93890953c7e00700c3a0d5f6858e6335b95.tar.gz
Fixed that database name is shown for CHECK TABLE
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h6
1 files changed, 3 insertions, 3 deletions
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;