Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin
This commit is contained in:
commit
b417fd62e1
@ -286,7 +286,8 @@ foreach ($tables as $keyname => $current_table) {
|
||||
|
||||
list($html_output, $odd_row, $approx_rows) = PMA_getHtmlForStructureTableRow(
|
||||
$i, $odd_row, $table_is_view, $current_table,
|
||||
$browse_table_label, $tracking_icon, $GLOBALS['replication_info']['slave']['status'],
|
||||
$browse_table_label, $tracking_icon,
|
||||
$GLOBALS['replication_info']['slave']['status'],
|
||||
$browse_table, $tbl_url_query, $search_table, $db_is_system_schema,
|
||||
$titles, $empty_table, $drop_query, $drop_message, $collation,
|
||||
$formatted_size, $unit, $overhead,
|
||||
@ -303,9 +304,9 @@ foreach ($tables as $keyname => $current_table) {
|
||||
$response->addHTML('</tbody>');
|
||||
$response->addHTML(
|
||||
PMA_getHtmlBodyForTableSummary(
|
||||
$num_tables, $GLOBALS['replication_info']['slave']['status'], $db_is_system_schema,
|
||||
$sum_entries, $db_collation, $is_show_stats, $sum_size, $overhead_size,
|
||||
$create_time_all, $update_time_all, $check_time_all,
|
||||
$num_tables, $GLOBALS['replication_info']['slave']['status'],
|
||||
$db_is_system_schema, $sum_entries, $db_collation, $is_show_stats, $sum_size,
|
||||
$overhead_size, $create_time_all, $update_time_all, $check_time_all,
|
||||
isset($approx_rows) ? $approx_rows : false
|
||||
)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user