mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
db337eb8d8
an additional changeset to remove printing a path name. mysql-test/suite/rpl/r/rpl_cross_version.result: removing a local exec env dependency mysql-test/suite/rpl/t/rpl_cross_version.test: refining a test to not have local exec env dependency.
12 lines
376 B
Text
12 lines
376 B
Text
==== Initialize ====
|
|
Setting up fake replication from MYSQL_TEST_DIR/suite/binlog/std_data/binlog_old_version_4_1.000001
|
|
==== Test ====
|
|
start slave sql_thread;
|
|
==== a prove that the fake has been processed successfully ====
|
|
SELECT COUNT(*) - 17920 as zero FROM t3;
|
|
zero
|
|
0
|
|
==== Clean up ====
|
|
stop slave sql_thread;
|
|
Cleaning up after setup_fake_relay_log.inc
|
|
drop table t1, t3;
|