1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

#18906: bushbuild reports rpl_temporary fails on solaris, AIX, QNX

Removing the problematic line from include test file.


mysql-test/include/get_binlog_dump_thread_id.inc:
  replacing replace_result by disable_query_log
mysql-test/r/rpl_temporary.result:
  results
This commit is contained in:
unknown
2006-04-08 16:29:11 +03:00
parent 67cbda06b9
commit e44359014a
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,9 @@
drop table if exists t999;
--enable_warnings
create temporary table t999 (f int);
--replace_result $MYSQL_TEST_DIR "."
### --replace_result $MYSQL_TEST_DIR "." #failed on solaris etc bug#18906
--disable_query_log
eval LOAD DATA INFILE "$MYSQLTEST_VARDIR/tmp/bl_dump_thread_id" into table t999;
--enable_query_log
let $id = `select f from t999`;
drop table t999;