Use native MySQL comments when applicable (RFE #1362923).

This commit is contained in:
Michal Čihař
2005-11-23 22:13:18 +00:00
parent 19f21606d3
commit 42d5ca744b
8 changed files with 12 additions and 8 deletions

View File

@@ -192,7 +192,7 @@ if ($GLOBALS['cfg']['ShowPropertyComments']) {
$cfgRelation = PMA_getRelationsParam();
if ($cfgRelation['commwork']) {
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments_map = PMA_getComments($db, $table);
if ($cfgRelation['mimework'] && $cfg['BrowseMIME']) {