mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00

- Removed offensive terminology from library files and their tests - Removed unused sandbox/prove2junit.pl - Added option mysql_ssl to DSN and possibility to have DSN of multiple letters
9 lines
275 B
SQL
9 lines
275 B
SQL
STOP SLAVE FOR CHANNEL '';
|
|
SET GLOBAL master_info_repository = 'TABLE';
|
|
SET @@GLOBAL.relay_log_info_repository = 'TABLE';
|
|
SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY=ON;
|
|
SET @@GLOBAL.GTID_MODE = OFF_PERMISSIVE;
|
|
SET @@GLOBAL.GTID_MODE = ON_PERMISSIVE;
|
|
SET @@GLOBAL.GTID_MODE = ON;
|
|
|