mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge neptunus.(none):/home/msvensson/mysql/mysqltest_var/my50-mysqltest_var
into neptunus.(none):/home/msvensson/mysql/mysqltest_var/my51-mysqltest_var
This commit is contained in:
@@ -50,7 +50,7 @@ drop table t1;
|
||||
#
|
||||
|
||||
create table t1(a tinyint, b int not null, c date, d char(5));
|
||||
load data infile '../../std_data/warnings_loaddata.dat' into table t1 fields terminated by ',';
|
||||
load data infile '../std_data_ln/warnings_loaddata.dat' into table t1 fields terminated by ',';
|
||||
# PS doesn't work good with @@warning_count
|
||||
--disable_ps_protocol
|
||||
select @@warning_count;
|
||||
|
||||
Reference in New Issue
Block a user