File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
drivers/replication_topologies Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ def get_stop_database_vm_steps(self):
724724 'workflow.steps.util.database.checkAndFixMySQLReplication' ,
725725 )}, {
726726 'Stopping database' : (
727- 'workflow.steps.util.mysql.SaveMysqlBinlog ' ,
727+ 'workflow.steps.util.mysql.SaveMysqlBinlogToStopDatabase ' ,
728728 'workflow.steps.util.database.Stop' ,
729729 'workflow.steps.util.database.StopRsyslog' ,
730730 'workflow.steps.util.database.CheckIsDown' ,
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ def do(self):
229229 client = driver .get_client (self .instance )
230230
231231
232- class SaveMySqlBinlog (MySQLStep ):
232+ class SaveMysqlBinlogToStopDatabase (MySQLStep ):
233233
234234 def __unicode__ (self ):
235235 return "Saving binlog position to stop database..."
You can’t perform that action at this time.
0 commit comments