1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

This patch is to further remove the RAID code. We removed support for people creating tables with RAID. This patch remove most of the source for this.

This commit is contained in:
brian@zim.tangent.org
2006-02-11 17:21:01 -08:00
parent 11763f186c
commit 9485856f1a
9 changed files with 11 additions and 110 deletions

View File

@ -2392,9 +2392,6 @@ void ha_partition::info(uint flag)
sortkey: Never used at any place so ignored
ref_length: We set this to the value calculated
and stored in local object
raid_type: Set by first handler (MyISAM)
raid_chunks: Set by first handler (MyISAM)
raid_chunksize: Set by first handler (MyISAM)
create_time: Creation time of table
Set by first handler
@ -2405,9 +2402,6 @@ void ha_partition::info(uint flag)
file= m_file[0];
file->info(HA_STATUS_CONST);
create_time= file->create_time;
raid_type= file->raid_type;
raid_chunks= file->raid_chunks;
raid_chunksize= file->raid_chunksize;
ref_length= m_ref_length;
}
if (flag & HA_STATUS_ERRKEY)