1
0
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:
Mats Kindahl
2008-10-07 10:25:12 +02:00
parent 87b91e547d
commit 1a06250902
6 changed files with 8 additions and 11 deletions

View File

@ -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;