rpl_empty_master_crash.test
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
Visual C++
- source include/master-slave.inc;
- --replace_column 1 # 33 #
- show slave status;
- #
- # Load table should not succeed on the master as this is not a slave
- #
- --error 1218
- load table t1 from master;
- connection slave;
- --error 1188
- load table t1 from master;
- # End of 4.1 tests
English
