mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00

been reached): Post-merge patch to handle all the changes to the tree since the tree was cloned.
15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
source include/master-slave.inc;
|
|
|
|
source include/show_slave_status.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
|