From dd00ac82c6f82f84b86fd6600012079900be1491 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 2 May 2012 13:53:49 -0400 Subject: [PATCH] Add explanation --- server_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('""'); }