dbaplus Community
Nov 22, 2016 · Databases
How to Add a ‘STOP ALL SLAVES’ Command to MySQL 5.6 Source Code
This guide walks through extending MySQL 5.6.32 by adding a new SQLCOM_STOP_SLAVES command that stops all replication slaves, detailing modifications to lex.h, sql_cmd.h, sql_yacc.yy, sql_parse.cc, and mysqld.cc, along with compilation tips and troubleshooting steps.
CReplicationSQL Command
0 likes · 7 min read
