diff --git a/db_datadict.php b/db_datadict.php index b760a27fc..e67c096c3 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -70,8 +70,6 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) { /** * Gets table informations */ - // The 'show table' statement works correct since 3.23.03 - $num_rows = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_ROWS'); $show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT'); /**