Commit 1911544c authored by unknown's avatar unknown

small after-merge fixes (error messages).


include/mysqld_error.h:
  more generic error code
mysql-test/r/func_compress.result:
  update after message change
mysql-test/r/loaddata.result:
  update after message change
mysql-test/r/warnings.result:
  update after message change
sql/share/czech/errmsg.txt:
  message change
sql/share/danish/errmsg.txt:
  message change
sql/share/dutch/errmsg.txt:
  message change
sql/share/english/errmsg.txt:
  message change
sql/share/estonian/errmsg.txt:
  message change
sql/share/french/errmsg.txt:
  message change
sql/share/german/errmsg.txt:
  message change
sql/share/greek/errmsg.txt:
  message change
sql/share/hungarian/errmsg.txt:
  message change
sql/share/italian/errmsg.txt:
  message change
sql/share/japanese/errmsg.txt:
  message change
sql/share/korean/errmsg.txt:
  message change
sql/share/norwegian-ny/errmsg.txt:
  message change
sql/share/norwegian/errmsg.txt:
  message change
sql/share/polish/errmsg.txt:
  message change
sql/share/portuguese/errmsg.txt:
  message change
sql/share/romanian/errmsg.txt:
  message change
sql/share/russian/errmsg.txt:
  message change
sql/share/slovak/errmsg.txt:
  message change
sql/share/spanish/errmsg.txt:
  message change
sql/share/swedish/errmsg.txt:
  message change
sql/share/ukrainian/errmsg.txt:
  message change
parent e77cb66e
...@@ -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
...@@ -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;
...@@ -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 where 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 where 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
......
...@@ -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 where 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
......
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
...@@ -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 where 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",
......
...@@ -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 where 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",
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