mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/5.0
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/Merge/5.1
This commit is contained in:
commit
9cc16ddb1e
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -78,7 +78,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'`;
|
||||
|
|
Loading…
Reference in a new issue