removed aditional check for table row count for left frame tree

(bug #1397061 Left frame not loaded correct on MySQL error)
This commit is contained in:
Sebastian Mendel
2006-01-14 19:01:04 +00:00
parent 747846fa2b
commit 974bfdc4b6
2 changed files with 8 additions and 0 deletions

View File

@@ -1062,8 +1062,13 @@ if (!defined('PMA_MINIMUM_COMMON')) {
// check for correct row count
if (null === $table['Rows']) {
// do not check exact row count here,
// if row count is invalid possible the table is defect
// and this would break left frame
/*
$table['Rows'] = PMA_countRecords($db, $table['Name'],
$return = true, $force_exact = true);
*/
}
// in $group we save the reference to the place in $table_groups