📄 rpl_init_slave.test
字号:
source include/master-slave.inc;## Test of init_slave variable#save_master_pos;connection slave;sleep 1;show variables like 'init_slave';show variables like 'max_connections';sync_with_master;reset master;connection master;show variables like 'init_slave';show variables like 'max_connections';save_master_pos;connection slave;sync_with_master;# Save variable valueset @my_global_init_connect= @@global.init_connect;set global init_connect="set @c=1";show variables like 'init_connect';connection master;save_master_pos;connection slave;sync_with_master;stop slave;# Restore changed global variableset global init_connect= @my_global_init_connect;set global max_connections= default;# End of 4.1 tests
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -