Load comments at sub partition level is sub partitioning is used

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-08-17 23:02:29 +05:30
parent 57af2402bc
commit 0eabaf2dd7

View File

@ -66,7 +66,6 @@ class PMA_SubPartition
{
$this->db = $row['TABLE_SCHEMA'];
$this->table = $row['TABLE_NAME'];
$this->comment = $row['PARTITION_COMMENT'];
$this->loadData($row);
}
@ -98,6 +97,7 @@ class PMA_SubPartition
$this->rows = $row['TABLE_ROWS'];
$this->dataLength = $row['DATA_LENGTH'];
$this->indexLength = $row['INDEX_LENGTH'];
$this->comment = $row['PARTITION_COMMENT'];
}
/**