diff options
author | brian@zim.(none) <> | 2006-02-24 13:20:51 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2006-02-24 13:20:51 -0800 |
commit | cb07d52a7e6c21f28994552a15a423ff5ba3bf41 (patch) | |
tree | 9f5fa93232e8bbaf2680ef79d6dc936c4b0fe220 /include/myisam.h | |
parent | 85869e5fde3d7aca0916cab3ea31d224749dd526 (diff) | |
download | mariadb-git-cb07d52a7e6c21f28994552a15a423ff5ba3bf41.tar.gz |
This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support.
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/myisam.h b/include/myisam.h index 1cc07de1fd9..5116f48eeb5 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -159,8 +159,6 @@ typedef struct st_mi_isaminfo /* Struct from h_info */ uint reflength; ulong record_offset; ulong *rec_per_key; /* for sql optimizing */ - uint raid_type,raid_chunks; - ulong raid_chunksize; } MI_ISAMINFO; @@ -172,8 +170,6 @@ typedef struct st_mi_create_info ulonglong auto_increment; ulonglong data_file_length; ulonglong key_file_length; - uint raid_type,raid_chunks; - ulong raid_chunksize; uint old_options; uint8 language; my_bool with_auto_increment; |