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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5137821c
Commit
5137821c
authored
Feb 28, 2004
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small after-merge fixes (error messages).
parent
6ebedbb6
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
46 additions
and
46 deletions
+46
-46
include/mysqld_error.h
include/mysqld_error.h
+1
-1
mysql-test/r/func_compress.result
mysql-test/r/func_compress.result
+1
-1
mysql-test/r/loaddata.result
mysql-test/r/loaddata.result
+2
-2
mysql-test/r/warnings.result
mysql-test/r/warnings.result
+1
-1
sql/share/czech/errmsg.txt
sql/share/czech/errmsg.txt
+2
-2
sql/share/danish/errmsg.txt
sql/share/danish/errmsg.txt
+2
-2
sql/share/dutch/errmsg.txt
sql/share/dutch/errmsg.txt
+2
-2
sql/share/english/errmsg.txt
sql/share/english/errmsg.txt
+2
-2
sql/share/estonian/errmsg.txt
sql/share/estonian/errmsg.txt
+2
-2
sql/share/french/errmsg.txt
sql/share/french/errmsg.txt
+2
-2
sql/share/german/errmsg.txt
sql/share/german/errmsg.txt
+1
-1
sql/share/greek/errmsg.txt
sql/share/greek/errmsg.txt
+2
-2
sql/share/hungarian/errmsg.txt
sql/share/hungarian/errmsg.txt
+2
-2
sql/share/italian/errmsg.txt
sql/share/italian/errmsg.txt
+2
-2
sql/share/japanese/errmsg.txt
sql/share/japanese/errmsg.txt
+2
-2
sql/share/korean/errmsg.txt
sql/share/korean/errmsg.txt
+2
-2
sql/share/norwegian-ny/errmsg.txt
sql/share/norwegian-ny/errmsg.txt
+2
-2
sql/share/norwegian/errmsg.txt
sql/share/norwegian/errmsg.txt
+2
-2
sql/share/polish/errmsg.txt
sql/share/polish/errmsg.txt
+2
-2
sql/share/portuguese/errmsg.txt
sql/share/portuguese/errmsg.txt
+1
-1
sql/share/romanian/errmsg.txt
sql/share/romanian/errmsg.txt
+2
-2
sql/share/russian/errmsg.txt
sql/share/russian/errmsg.txt
+2
-2
sql/share/slovak/errmsg.txt
sql/share/slovak/errmsg.txt
+2
-2
sql/share/spanish/errmsg.txt
sql/share/spanish/errmsg.txt
+2
-2
sql/share/swedish/errmsg.txt
sql/share/swedish/errmsg.txt
+1
-1
sql/share/ukrainian/errmsg.txt
sql/share/ukrainian/errmsg.txt
+2
-2
No files found.
include/mysqld_error.h
View file @
5137821c
...
@@ -306,5 +306,5 @@
...
@@ -306,5 +306,5 @@
#define ER_WARN_DEPRECATED_SYNTAX 1287
#define ER_WARN_DEPRECATED_SYNTAX 1287
#define ER_NON_UPDATABLE_TABLE 1288
#define ER_NON_UPDATABLE_TABLE 1288
#define ER_FEATURE_DISABLED 1289
#define ER_FEATURE_DISABLED 1289
#define ER_
SKIP_GRANT_TABLES
1290
#define ER_
OPTION_PREVENTS_STATEMENT
1290
#define ER_ERROR_MESSAGES 291
#define ER_ERROR_MESSAGES 291
mysql-test/r/func_compress.result
View file @
5137821c
...
@@ -65,6 +65,6 @@ NULL
...
@@ -65,6 +65,6 @@ NULL
50000
50000
NULL
NULL
Warnings:
Warnings:
Error 1259 ZLIB: Input data
was corrupted for zlib
Error 1259 ZLIB: Input data
corrupted
Error 1256 Too big size of uncompressed data. The maximum size is 1048576. (probably, length of uncompressed data was corrupted)
Error 1256 Too big size of uncompressed data. The maximum size is 1048576. (probably, length of uncompressed data was corrupted)
drop table t1;
drop table t1;
mysql-test/r/loaddata.result
View file @
5137821c
...
@@ -44,9 +44,9 @@ create table t1 (a int, b char(10));
...
@@ -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;
load data infile '../../std_data/loaddata3.dat' into table t1 fields terminated by '' enclosed by '' ignore 1 lines;
Warnings:
Warnings:
Warning 1265 Data truncated for column 'a' at row 3
Warning 1265 Data truncated for column 'a' at row 3
Warning 1262 Row 3 was truncated; It contained more data than there w
h
ere input columns
Warning 1262 Row 3 was truncated; It contained more data than there were input columns
Warning 1265 Data truncated for column 'a' at row 5
Warning 1265 Data truncated for column 'a' at row 5
Warning 1262 Row 5 was truncated; It contained more data than there w
h
ere input columns
Warning 1262 Row 5 was truncated; It contained more data than there were input columns
select * from t1;
select * from t1;
a b
a b
1 row 1
1 row 1
...
...
mysql-test/r/warnings.result
View file @
5137821c
...
@@ -48,7 +48,7 @@ Warning 1265 Data truncated for column 'd' at row 3
...
@@ -48,7 +48,7 @@ Warning 1265 Data truncated for column 'd' at row 3
Warning 1265 Data truncated for column 'c' at row 4
Warning 1265 Data truncated for column 'c' at row 4
Warning 1261 Row 5 doesn't contain data for all columns
Warning 1261 Row 5 doesn't contain data for all columns
Warning 1265 Data truncated for column 'b' at row 6
Warning 1265 Data truncated for column 'b' at row 6
Warning 1262 Row 7 was truncated; It contained more data than there w
h
ere input columns
Warning 1262 Row 7 was truncated; It contained more data than there were input columns
Warning 1264 Data truncated, out of range for column 'a' at row 8
Warning 1264 Data truncated, out of range for column 'a' at row 8
select @@warning_count;
select @@warning_count;
@@warning_count
@@warning_count
...
...
sql/share/czech/errmsg.txt
View file @
5137821c
...
@@ -274,7 +274,7 @@ character-set=latin2
...
@@ -274,7 +274,7 @@ character-set=latin2
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -302,4 +302,4 @@ character-set=latin2
...
@@ -302,4 +302,4 @@ character-set=latin2
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updatable",
"The target table %-.100s of the %s is not updatable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/danish/errmsg.txt
View file @
5137821c
...
@@ -268,7 +268,7 @@ character-set=latin1
...
@@ -268,7 +268,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -296,4 +296,4 @@ character-set=latin1
...
@@ -296,4 +296,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/dutch/errmsg.txt
View file @
5137821c
...
@@ -276,7 +276,7 @@ character-set=latin1
...
@@ -276,7 +276,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -304,4 +304,4 @@ character-set=latin1
...
@@ -304,4 +304,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/english/errmsg.txt
View file @
5137821c
...
@@ -265,7 +265,7 @@ character-set=latin1
...
@@ -265,7 +265,7 @@ character-set=latin1
"ZLIB: Input data corrupted",
"ZLIB: Input data corrupted",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -293,4 +293,4 @@ character-set=latin1
...
@@ -293,4 +293,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updatable",
"The target table %-.100s of the %s is not updatable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/estonian/errmsg.txt
View file @
5137821c
...
@@ -270,7 +270,7 @@ character-set=latin7
...
@@ -270,7 +270,7 @@ character-set=latin7
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -298,4 +298,4 @@ character-set=latin7
...
@@ -298,4 +298,4 @@ character-set=latin7
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/french/errmsg.txt
View file @
5137821c
...
@@ -265,7 +265,7 @@ character-set=latin1
...
@@ -265,7 +265,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -293,4 +293,4 @@ character-set=latin1
...
@@ -293,4 +293,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/german/errmsg.txt
View file @
5137821c
...
@@ -305,4 +305,4 @@ character-set=latin1
...
@@ -305,4 +305,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/greek/errmsg.txt
View file @
5137821c
...
@@ -265,7 +265,7 @@ character-set=greek
...
@@ -265,7 +265,7 @@ character-set=greek
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -293,4 +293,4 @@ character-set=greek
...
@@ -293,4 +293,4 @@ character-set=greek
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/hungarian/errmsg.txt
View file @
5137821c
...
@@ -267,7 +267,7 @@ character-set=latin2
...
@@ -267,7 +267,7 @@ character-set=latin2
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -295,4 +295,4 @@ character-set=latin2
...
@@ -295,4 +295,4 @@ character-set=latin2
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/italian/errmsg.txt
View file @
5137821c
...
@@ -265,7 +265,7 @@ character-set=latin1
...
@@ -265,7 +265,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -293,4 +293,4 @@ character-set=latin1
...
@@ -293,4 +293,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/japanese/errmsg.txt
View file @
5137821c
...
@@ -267,7 +267,7 @@ character-set=ujis
...
@@ -267,7 +267,7 @@ character-set=ujis
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -295,4 +295,4 @@ character-set=ujis
...
@@ -295,4 +295,4 @@ character-set=ujis
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/korean/errmsg.txt
View file @
5137821c
...
@@ -265,7 +265,7 @@ character-set=euckr
...
@@ -265,7 +265,7 @@ character-set=euckr
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -293,4 +293,4 @@ character-set=euckr
...
@@ -293,4 +293,4 @@ character-set=euckr
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/norwegian-ny/errmsg.txt
View file @
5137821c
...
@@ -267,7 +267,7 @@ character-set=latin1
...
@@ -267,7 +267,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -295,4 +295,4 @@ character-set=latin1
...
@@ -295,4 +295,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/norwegian/errmsg.txt
View file @
5137821c
...
@@ -267,7 +267,7 @@ character-set=latin1
...
@@ -267,7 +267,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -295,4 +295,4 @@ character-set=latin1
...
@@ -295,4 +295,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/polish/errmsg.txt
View file @
5137821c
...
@@ -269,7 +269,7 @@ character-set=latin2
...
@@ -269,7 +269,7 @@ character-set=latin2
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -297,4 +297,4 @@ character-set=latin2
...
@@ -297,4 +297,4 @@ character-set=latin2
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateble",
"The target table %-.100s of the %s is not updateble",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/portuguese/errmsg.txt
View file @
5137821c
...
@@ -294,4 +294,4 @@ character-set=latin1
...
@@ -294,4 +294,4 @@ character-set=latin1
"'%s' é desatualizado. Use '%s' em seu lugar",
"'%s' é desatualizado. Use '%s' em seu lugar",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/romanian/errmsg.txt
View file @
5137821c
...
@@ -269,7 +269,7 @@ character-set=latin2
...
@@ -269,7 +269,7 @@ character-set=latin2
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -297,4 +297,4 @@ character-set=latin2
...
@@ -297,4 +297,4 @@ character-set=latin2
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/russian/errmsg.txt
View file @
5137821c
...
@@ -267,7 +267,7 @@ character-set=koi8r
...
@@ -267,7 +267,7 @@ character-set=koi8r
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -295,4 +295,4 @@ character-set=koi8r
...
@@ -295,4 +295,4 @@ character-set=koi8r
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
" %-.100s %s ",
" %-.100s %s ",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/slovak/errmsg.txt
View file @
5137821c
...
@@ -273,7 +273,7 @@ character-set=latin2
...
@@ -273,7 +273,7 @@ character-set=latin2
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -301,4 +301,4 @@ character-set=latin2
...
@@ -301,4 +301,4 @@ character-set=latin2
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/spanish/errmsg.txt
View file @
5137821c
...
@@ -267,7 +267,7 @@ character-set=latin1
...
@@ -267,7 +267,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -295,4 +295,4 @@ character-set=latin1
...
@@ -295,4 +295,4 @@ character-set=latin1
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
"The target table %-.100s of the %s is not updateable",
"The target table %-.100s of the %s is not updateable",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
sql/share/swedish/errmsg.txt
View file @
5137821c
...
@@ -265,7 +265,7 @@ character-set=latin1
...
@@ -265,7 +265,7 @@ character-set=latin1
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d rad(er) kapades av group_concat()",
"%d rad(er) kapades av group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
...
sql/share/ukrainian/errmsg.txt
View file @
5137821c
...
@@ -270,7 +270,7 @@ character-set=koi8u
...
@@ -270,7 +270,7 @@ character-set=koi8u
"Z_DATA_ERROR: Input data was corrupted for zlib",
"Z_DATA_ERROR: Input data was corrupted for zlib",
"%d line(s) was(were) cut by group_concat()",
"%d line(s) was(were) cut by group_concat()",
"Row %ld doesn't contain data for all columns",
"Row %ld doesn't contain data for all columns",
"Row %ld was truncated; It contained more data than there w
h
ere input columns",
"Row %ld was truncated; It contained more data than there were input columns",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated, out of range for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
"Data truncated for column '%s' at row %ld",
...
@@ -298,4 +298,4 @@ character-set=koi8u
...
@@ -298,4 +298,4 @@ character-set=koi8u
"'%s' is deprecated, use '%s' instead",
"'%s' is deprecated, use '%s' instead",
" %-.100s %s ",
" %-.100s %s ",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"The '%s' feature was disabled; you need MySQL built with '%s' define to have it working",
"
MySQL is started in --skip-grant-tables mode. You can't use this command
",
"
The MySQL server is running with the %s option so cannot execute this statement
",
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