mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -693,13 +693,12 @@ select count(*) from t1; truncate table t1;
|
||||
--error 1
|
||||
--exec $MYSQL --disable-local-infile -e "$ldli"
|
||||
select count(*) from t1; truncate table t1;
|
||||
--echo ### FIXME: update libmariadb
|
||||
#--error 1
|
||||
#--exec $MYSQL -e "/*q*/$ldli"
|
||||
#select count(*) from t1; truncate table t1;
|
||||
#--exec $MYSQL --enable-local-infile -e "/*q*/$ldli"
|
||||
#select count(*) from t1; truncate table t1;
|
||||
# --error 1
|
||||
# --exec $MYSQL --disable-local-infile -e "/*q*/$ldli"
|
||||
#select count(*) from t1; truncate table t1;
|
||||
--error 1
|
||||
--exec $MYSQL -e "/*q*/$ldli"
|
||||
select count(*) from t1; truncate table t1;
|
||||
--exec $MYSQL --enable-local-infile -e "/*q*/$ldli"
|
||||
select count(*) from t1; truncate table t1;
|
||||
--error 1
|
||||
--exec $MYSQL --disable-local-infile -e "/*q*/$ldli"
|
||||
select count(*) from t1; truncate table t1;
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user