MySQL < 4.0.2 compatibility
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2006-03-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php: bug #1449715, loading of binary data very slow
|
||||
* server_privileges.php: compatibility with MySQL < 4.0.2
|
||||
|
||||
2006-03-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/Config.class.php, /common.lib.php: bug #1445120,
|
||||
|
@@ -506,7 +506,7 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent =
|
||||
|
||||
echo $spaces . ' </fieldset>' . "\n";
|
||||
// The "Resource limits" box is not displayed for db-specific privs
|
||||
if ($db == '*') {
|
||||
if ($db == '*' && PMA_MYSQL_INT_VERSION >= 40002) {
|
||||
echo $spaces . ' <fieldset>' . "\n"
|
||||
. $spaces . ' <legend>' . $GLOBALS['strResourceLimits'] . '</legend>' . "\n"
|
||||
. $spaces . ' <p><small><i>' . $GLOBALS['strZeroRemovesTheLimit'] . '</i></small></p>' . "\n"
|
||||
|
Reference in New Issue
Block a user