Skip to content

Commit

Permalink
Merge branch 'QA_4_5'
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuracj committed Nov 4, 2015
2 parents 26aeef7 + 71f86d2 commit 4a0b34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ phpMyAdmin - ChangeLog
- issue #11476 Errors instead of git info when PHP has no gzip support
- issue #11633 CodeMirror tooltip shows below modal window
- issue #11639 Bug with the MainBackground Color
- issue Profiling checkbox is missing

4.5.1.0 (2015-10-23)
- issue Invalid argument supplied for foreach()
Expand Down
2 changes: 1 addition & 1 deletion libraries/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ public static function profilingSupported()
// (avoid a trip to the server for MySQL before 5.0.37)
// and do not set a constant as we might be switching servers
if (defined('PMA_MYSQL_INT_VERSION')
&& $GLOBALS['dbi']->fetchValue("SELECT @@profiling")
&& $GLOBALS['dbi']->fetchValue("SELECT @@have_profiling")
) {
self::cacheSet('profiling_supported', true);
} else {
Expand Down

0 comments on commit 4a0b34b

Please sign in to comment.