Merge pull request #12423 from rpv-tomsk/fix-replication-status
Fix replication status output in database tables list.
This commit is contained in:
commit
f6d1c90188
@ -790,7 +790,7 @@ class DatabaseStructureController extends DatabaseController
|
||||
|
||||
$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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user