diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 2756c34039..60c8aa90f6 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -513,6 +513,7 @@ function PMA_getHtmlForStructureTableRow( // - when it's a view // so ensure that we'll display "in use" below for a table // that needs to be repaired + $approx_rows = false; if (isset($current_table['TABLE_ROWS']) && ($current_table['ENGINE'] != null || $table_is_view)