diff options
author | monty@mysql.com <> | 2003-11-23 14:36:41 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2003-11-23 14:36:41 +0200 |
commit | 7c725b2486de1f48f4e4e16a87b4b3cb542ab19b (patch) | |
tree | df2c427c1d086dc0727fa8656815cece6df4aeb2 /include/myisam.h | |
parent | c2e44ba772b40d8d2216c36f1970e4cfc037e382 (diff) | |
download | mariadb-git-7c725b2486de1f48f4e4e16a87b4b3cb542ab19b.tar.gz |
Fixed compiler warnings from Intel compiler in Win64
Added option --max-record-length=# to myisamchk
Don't try repair twice if doing myisamchk --repair --force
Shared memory handler didn't clean up things on errors or shutdown
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index 613a9965832..2285f996464 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -318,6 +318,7 @@ typedef struct st_mi_check_param ulonglong auto_increment_value; ulonglong max_data_file_length; ulonglong keys_in_use; + ulonglong max_record_length; my_off_t search_after_block; my_off_t new_file_pos,key_file_blocks; my_off_t keydata,totaldata,key_blocks,start_check_pos; |