Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2090ae95
Commit
2090ae95
authored
Feb 28, 2004
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
result update after typo fixed
parent
b2e17ff2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/r/loaddata.result
mysql-test/r/loaddata.result
+2
-2
mysql-test/r/warnings.result
mysql-test/r/warnings.result
+1
-1
No files found.
mysql-test/r/loaddata.result
View file @
2090ae95
...
...
@@ -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 wh
ere input columns
Warning 1261 Row 3 was truncated;
it contained more data than there w
ere input columns
Warning 1264 Data truncated for column 'a' at row 5
Warning 1261 Row 5 was truncated;
It contained more data than there wh
ere input columns
Warning 1261 Row 5 was truncated;
it contained more data than there w
ere input columns
select * from t1;
a b
1 row 1
...
...
mysql-test/r/warnings.result
View file @
2090ae95
...
...
@@ -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 wh
ere input columns
Warning 1261 Row 7 was truncated;
it contained more data than there w
ere input columns
Warning 1263 Data truncated, out of range for column 'a' at row 8
select @@warning_count;
@@warning_count
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment