You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This report comes from IRC user lembron, I have not tested it yet:
replication controlls broken for anyone? (4.9.1) and start/stop "dont work" - manually running the command via SQL the linter complains! - but success just fine and works
Replication::slaveControl() seems to issue correctly - but inside "$GLOBALS['dbi']->tryQuery" that never seems to arrive
public static function slaveControl($action, $control = null, $link = null) <- this null is bogus! - replaced with "DatabaseInterface::CONNECT_USER" as found in some other file - works - given that gitblame says thats 2 years old... wtf?
The text was updated successfully, but these errors were encountered:
This report comes from IRC user lembron, I have not tested it yet:
replication controlls broken for anyone? (4.9.1) and start/stop "dont work" - manually running the command via SQL the linter complains! - but success just fine and works
Replication::slaveControl() seems to issue correctly - but inside "$GLOBALS['dbi']->tryQuery" that never seems to arrive
public static function slaveControl($action, $control = null, $link = null) <- this null is bogus! - replaced with "DatabaseInterface::CONNECT_USER" as found in some other file - works - given that gitblame says thats 2 years old... wtf?
The text was updated successfully, but these errors were encountered: