Skip to content

Commit

Permalink
Merge branch 'QA_4_6'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 3, 2016
2 parents 7823e39 + 5385099 commit 3aa380a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -41,6 +41,7 @@ phpMyAdmin - ChangeLog
- issue #12339 Do not error on unset server port
- issue #12422 Improvements to the original theme
- issue #12395 Do not try to load old transformation plugins
- issue #12423 Fixed replication status in database listing

4.6.3 (2016-06-23)
- issue #12249 Fixed cookie path on Windows
Expand Down
Expand Up @@ -792,7 +792,7 @@ protected function getReplicationStatus($table)

$do = strlen($searchDoDBInTruename) > 0
|| strlen($searchDoDBInDB) > 0
|| ($nbServSlaveDoDb == 1 && $nbServSlaveIgnoreDb == 1)
|| ($nbServSlaveDoDb == 0 && $nbServSlaveIgnoreDb == 0)
|| $this->hasTable(
$GLOBALS['replication_info']['slave']['Wild_Do_Table'],
$table
Expand Down

0 comments on commit 3aa380a

Please sign in to comment.