Commit 50ea9c42 authored by unknown's avatar unknown

result update after typo fixed


mysql-test/r/loaddata.result:
  update after typo fixed
mysql-test/r/warnings.result:
  update after typo fixed
parent cf206ef9
......@@ -44,9 +44,9 @@ create table t1 (a int, b char(10));
load data infile '../../std_data/loaddata3.dat' into table t1 fields terminated by '' enclosed by '' ignore 1 lines;
Warnings:
Warning 1264 Data truncated for column 'a' at row 3
Warning 1261 Row 3 was truncated; It contained more data than there where input columns
Warning 1261 Row 3 was truncated; it contained more data than there were input columns
Warning 1264 Data truncated for column 'a' at row 5
Warning 1261 Row 5 was truncated; It contained more data than there where input columns
Warning 1261 Row 5 was truncated; it contained more data than there were input columns
select * from t1;
a b
1 row 1
......
......@@ -48,7 +48,7 @@ Warning 1264 Data truncated for column 'd' at row 3
Warning 1264 Data truncated for column 'c' at row 4
Warning 1260 Row 5 doesn't contain data for all columns
Warning 1264 Data truncated for column 'b' at row 6
Warning 1261 Row 7 was truncated; It contained more data than there where input columns
Warning 1261 Row 7 was truncated; it contained more data than there were input columns
Warning 1263 Data truncated, out of range for column 'a' at row 8
select @@warning_count;
@@warning_count
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment