%PDF- %PDF-
Direktori : /home/rs/mysql/5.1/mysql-test/suite/rpl/t/ |
Current File : //home/rs/mysql/5.1/mysql-test/suite/rpl/t/rpl_empty_master_crash.test |
source include/master-slave.inc; # # 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 --source include/rpl_end.inc