We're using a master-slave solution using MariaDB 5.5.44. Is there a way to manually introduce an artificial delay between the master and slave? I'm thinking of something like 1 minute or so. Is there a mysqld
option that does this?
I see that MySQL 5.6 has the MASTER_DELAY
parameter for the CHANGE MASTER TO
command, but I suppose it doesn't exist in 5.5 (or MariaDB 5.5). Is there another way to cause a delay?