Open iron-udjin opened 2 months ago
Is it possible to modify MySQL commands FLUSH LOGS; and FLUSH TABLES WITH READ LOCK; without edit source files? I need, for example, add execution of STOP SLAVE; before snapshot creation and possibly other commands.
FLUSH LOGS;
FLUSH TABLES WITH READ LOCK;
STOP SLAVE;
Is it possible to modify MySQL commands
FLUSH LOGS;
andFLUSH TABLES WITH READ LOCK;
without edit source files? I need, for example, add execution ofSTOP SLAVE;
before snapshot creation and possibly other commands.