This commit is contained in:
Mattias Jonsson 2010-03-11 14:18:44 +01:00
commit 1a9ec92049
3 changed files with 33 additions and 0 deletions

View file

@ -5090,6 +5090,7 @@ int ha_partition::info(uint flag)
file= m_file[handler_instance];
file->info(HA_STATUS_CONST);
stats.block_size= file->stats.block_size;
stats.create_time= file->stats.create_time;
ref_length= m_ref_length;
}