mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02: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.
sql/ha_myisam.cc: Remove RAID code sql/ha_partition.cc: Remove RAID code. sql/handler.h: Remove RAID code sql/lex.h: Remove RAID code. sql/mysqld.cc: Remove RAID code. sql/set_var.cc: Remove RAID code. sql/sql_show.cc: Remove RAID code sql/sql_yacc.yy: Remove more of the RAID code sql/table.cc: Remove RAID code.
This commit is contained in:
parent
0dc95fd023
commit
88aa9b1310
9 changed files with 11 additions and 110 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue