rpl_init_slave.test
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 29 行
TEST
29 行
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;set global init_connect="set @c=1";show variables like 'init_connect';connection master;save_master_pos;connection slave;sync_with_master;stop slave;# End of 4.1 tests
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?