mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into zim.tangent.org:/home/brian/raid/mysql-5.1-new
This commit is contained in:
@ -4284,9 +4284,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
|
||||
|
||||
@ -4297,9 +4294,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)
|
||||
|
Reference in New Issue
Block a user