1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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

Removing the problematic line from include test file.
This commit is contained in:
aelkin@mysql.com
2006-04-08 16:29:11 +03:00
parent 61377e953d
commit 010a8a5728
2 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,6 @@ create temporary table t4 (f int);
create table t5 (f int);
drop table if exists t999;
create temporary table t999 (f int);
LOAD DATA INFILE "./var/tmp/bl_dump_thread_id" into table t999;
drop table t999;
insert into t4 values (1);
kill `select id from information_schema.processlist where command='Binlog Dump'`;