Remove replication_info global variable
commitcd862d4f0006036d15637c585e7854b9be77c696
authorMaurício Meneghini Fauth <mauricio@fauth.dev>
Sat, 12 Sep 2020 01:50:38 +0000 (11 22:50 -0300)
committerMaurício Meneghini Fauth <mauricio@fauth.dev>
Sat, 12 Sep 2020 12:04:44 +0000 (12 09:04 -0300)
tree96ee7224ac38e0c60fd0c11bfcbf77011a0554d7
parentfd305ee8b12beb6f31c6bc6e9b9a3a2ce0d856de
Remove replication_info global variable

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
16 files changed:
libraries/classes/Controllers/Database/StructureController.php
libraries/classes/Controllers/Server/DatabasesController.php
libraries/classes/Controllers/Server/ReplicationController.php
libraries/classes/Controllers/Server/Status/StatusController.php
libraries/classes/ReplicationGui.php
libraries/classes/ReplicationInfo.php
libraries/classes/Server/Status/Data.php
test/classes/Controllers/Database/StructureControllerTest.php
test/classes/Controllers/Server/Status/AdvisorControllerTest.php
test/classes/Controllers/Server/Status/MonitorControllerTest.php
test/classes/Controllers/Server/Status/ProcessesControllerTest.php
test/classes/Controllers/Server/Status/QueriesControllerTest.php
test/classes/Controllers/Server/Status/StatusControllerTest.php
test/classes/Controllers/Server/Status/VariablesControllerTest.php
test/classes/ReplicationGuiTest.php
test/classes/Stubs/DbiDummy.php