Comment for possible dead code

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-04-05 07:43:02 -04:00
parent 78738eaec4
commit be72557367

View File

@ -154,6 +154,9 @@ class PMA_NavigationTree
{
$retval = 0;
if (! empty($GLOBALS['db'])) {
/*
* @todo describe a scenario where this code is executed
*/
$query = "SELECT (COUNT(`SCHEMA_NAME`) DIV %d) * %d ";
$query .= "FROM `INFORMATION_SCHEMA`.`SCHEMATA` ";
$query .= "WHERE `SCHEMA_NAME` < '%s' ";