Use native MySQL comments when applicable (RFE #1362923).
This commit is contained in:
@@ -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']) {
|
||||
|
Reference in New Issue
Block a user