diff options
author | sasha@mysql.sashanet.com <> | 2001-05-10 15:06:35 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-10 15:06:35 -0600 |
commit | 7c9b9f471c86c53f8a55ec4a249499cf2fb6bab3 (patch) | |
tree | 32fd0eb2c34334b7806726cf2dc9f8a893ea6fc8 /include/myisam.h | |
parent | 8e882bcafa9daf15f77718f29ab8cdc344e4ee27 (diff) | |
parent | 4e04aa4abd0e540e6ce5cd48f2057ae993ee3336 (diff) | |
download | mariadb-git-7c9b9f471c86c53f8a55ec4a249499cf2fb6bab3.tar.gz |
Merged with 3.23, needs further fix-up
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/myisam.h b/include/myisam.h index 8139faaa14e..8e68a3f75c9 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; |