linux - Mysql SQL_DELAY not working -
i'm attempting have mysql slave delay behind master approximately 10 minutes. can revert potentially catastrophic query before propagates slaving machines.
when running following:
show slave status \g
i can se sql_delay set correctly. however, when write or update master, changes seem update slave immediately. google has failed me while searching issue. i'm hoping can help. thanks.

Comments
Post a Comment