rpl_empty_master_crash.test
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 16 行
TEST
16 行
source include/master-slave.inc;--replace_column 1 # 8 # 9 # 23 # 33 #show slave status;## Load table should not succeed on the master as this is not a slave#--error 1218load table t1 from master;connection slave;--error 1188load table t1 from master;# End of 4.1 tests
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?