mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Post-merge fixes.
mysql-test/extra/rpl_tests/rpl_log.test: Removing extreneous start slave. Added missing drop of table t1. mysql-test/suite/rpl/t/rpl_binlog_query_filter_rules.test: Replaced $MYSQLTEST_VARDIR/log with $MYSQLD_DATADIR mysql-test/suite/rpl/t/rpl_misc_functions.test: Using temporary table instead to remove need for drop table.
This commit is contained in:
@ -109,7 +109,6 @@ Aberdeen
|
||||
Abernathy
|
||||
aberrant
|
||||
aberration
|
||||
include/start_slave.inc
|
||||
select * from t1 order by 1 asc;
|
||||
word
|
||||
Aarhus
|
||||
@ -287,3 +286,4 @@ a b
|
||||
5 1
|
||||
6 1
|
||||
drop table t1;
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user