diff --git a/server_status.php b/server_status.php index 93c3283c76..ffb0cdefdb 100644 --- a/server_status.php +++ b/server_status.php @@ -211,7 +211,7 @@ if (isset($_REQUEST['ajax_request']) && $_REQUEST['ajax_request'] == true) { if (isset($_REQUEST['log_data'])) { if (PMA_MYSQL_INT_VERSION < 50106) { - /* FIXME: why this? */ + // Table logging is only available since 5.1.6 exit('""'); }