summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-09-27 20:11:09 +0200
committerserg@serg.mylan <>2005-09-27 20:11:09 +0200
commit6716d16bc7277ed63b1119acfd0e15f998ca3d67 (patch)
tree19c8405f528a0921b91d263dfad9866a2be0b38f /myisam/myisamdef.h
parentc794383e0997f93f4e63af420c1a58b8551952b0 (diff)
downloadmariadb-git-6716d16bc7277ed63b1119acfd0e15f998ca3d67.tar.gz
CHECKSUM TABLE now allows concurrent inserts
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r--myisam/myisamdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h
index 6b040f2ef0e..95ef20ed41d 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -38,6 +38,7 @@ typedef struct st_mi_status_info
my_off_t key_empty; /* lost space in indexfile */
my_off_t key_file_length;
my_off_t data_file_length;
+ ha_checksum checksum;
} MI_STATUS_INFO;
typedef struct st_mi_state_info
@@ -75,7 +76,6 @@ typedef struct st_mi_state_info
ulong sec_index_changed; /* Updated when new sec_index */
ulong sec_index_used; /* which extra index are in use */
ulonglong key_map; /* Which keys are in use */
- ha_checksum checksum;
ulong version; /* timestamp of create */
time_t create_time; /* Time when created database */
time_t recover_time; /* Time for last recover */