mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
Make the test more stable
This commit is contained in:
parent
86351f5eda
commit
c4143f9095
1 changed files with 2 additions and 0 deletions
|
@ -1166,6 +1166,7 @@ DROP TABLE t1;
|
|||
# Bug#2198 SELECT INTO OUTFILE (with Sub-Select) Problem
|
||||
#
|
||||
|
||||
--disable_service_connection
|
||||
--disable_ps2_protocol
|
||||
create table t1 (a int, b decimal(13, 3));
|
||||
insert into t1 values (1, 0.123);
|
||||
|
@ -1180,6 +1181,7 @@ eval load data infile "$outfile_rel" into table t1;
|
|||
select * from t1;
|
||||
drop table t1;
|
||||
--enable_ps2_protocol
|
||||
--enable_service_connection
|
||||
|
||||
#
|
||||
# Bug#2479 dependant subquery with limit crash
|
||||
|
|
Loading…
Add table
Reference in a new issue