mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Language/consistency edits to error messages
and affected test results.
This commit is contained in:
parent
1926d4ee34
commit
3165c7deda
57 changed files with 538 additions and 538 deletions
|
|
@ -48,7 +48,7 @@ character-set=euckr
|
|||
"당신의 컴퓨터의 호스트이름을 얻을 수 없읍니다.",
|
||||
"Bad handshake",
|
||||
"'%-.32s'@'%-.64s' 사용자는 '%-.64s' 데이타베이스에 접근이 거부 되었습니다.",
|
||||
"'%-.32s'@'%-.64s' 사용자는 접근이 거부 되었습니다. (Using password: %s)",
|
||||
"'%-.32s'@'%-.64s' 사용자는 접근이 거부 되었습니다. (using password: %s)",
|
||||
"선택된 데이타베이스가 없습니다.",
|
||||
"명령어가 뭔지 모르겠어요...",
|
||||
"칼럼 '%-.64s'는 널(Null)이 되면 안됩니다. ",
|
||||
|
|
@ -123,7 +123,7 @@ character-set=euckr
|
|||
"칼럼이 너무 많습니다.",
|
||||
"너무 큰 row 사이즈입니다. BLOB를 계산하지 않고 최대 row 사이즈는 %d입니다. 얼마간의 필드들을 BLOB로 바꾸셔야 겠군요..",
|
||||
"쓰레드 스택이 넘쳤습니다. 사용: %ld개 스택: %ld개. 만약 필요시 더큰 스택을 원할때에는 'mysqld -O thread_stack=#' 를 정의하세요",
|
||||
"Cross dependency found in OUTER JOIN. Examine your ON conditions",
|
||||
"Cross dependency found in OUTER JOIN; examine your ON conditions",
|
||||
"'%-.64s' 칼럼이 UNIQUE나 INDEX를 사용하였지만 NOT NULL이 정의되지 않았군요...",
|
||||
"'%-.64s' 함수를 로드하지 못했습니다.",
|
||||
"'%-.64s' 함수를 초기화 하지 못했습니다.; %-.80s",
|
||||
|
|
@ -143,7 +143,7 @@ character-set=euckr
|
|||
"테이블을 다시 열수 없군요: '%-.64s",
|
||||
"NULL 값을 잘못 사용하셨군요...",
|
||||
"regexp에서 '%-.64s'가 났습니다.",
|
||||
"Mixing of GROUP 칼럼s (MIN(),MAX(),COUNT()...) with no GROUP 칼럼s is illegal if there is no GROUP BY clause",
|
||||
"Mixing of GROUP 칼럼s (MIN(),MAX(),COUNT(),...) with no GROUP 칼럼s is illegal if there is no GROUP BY clause",
|
||||
"사용자 '%-.32s' (호스트 '%-.64s')를 위하여 정의된 그런 승인은 없습니다.",
|
||||
"'%-.16s' 명령은 다음 사용자에게 거부되었습니다. : '%-.32s'@'%-.64s' for 테이블 '%-.64s'",
|
||||
"'%-.16s' 명령은 다음 사용자에게 거부되었습니다. : '%-.32s'@'%-.64s' for 칼럼 '%-.64s' in 테이블 '%-.64s'",
|
||||
|
|
@ -174,7 +174,7 @@ character-set=euckr
|
|||
"All tables in the MERGE table are not defined identically",
|
||||
"Can't write, because of unique constraint, to table '%-.64s'",
|
||||
"BLOB column '%-.64s' used in key specification without a key length",
|
||||
"All parts of a PRIMARY KEY must be NOT NULL; If you need NULL in a key, use UNIQUE instead",
|
||||
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead",
|
||||
"Result consisted of more than one row",
|
||||
"This table type requires a primary key",
|
||||
"This version of MySQL is not compiled with RAID support",
|
||||
|
|
@ -253,21 +253,21 @@ character-set=euckr
|
|||
"Reference '%-.64s' not supported (%s)",
|
||||
"Every derived table must have its own alias",
|
||||
"Select %u was reduced during optimization",
|
||||
"Table '%-.64s' from one of SELECTs can not be used in %-.32s",
|
||||
"Table '%-.64s' from one of the SELECTs cannot be used in %-.32s",
|
||||
"Client does not support authentication protocol requested by server; consider upgrading MySQL client",
|
||||
"All parts of a SPATIAL KEY must be NOT NULL",
|
||||
"All parts of a SPATIAL index must be NOT NULL",
|
||||
"COLLATION '%s' is not valid for CHARACTER SET '%s'",
|
||||
"Slave is already running",
|
||||
"Slave has already been stopped",
|
||||
"Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)",
|
||||
"Z_MEM_ERROR: Not enough memory available for zlib",
|
||||
"Z_BUF_ERROR: Not enough room in the output buffer for zlib (probably, length of uncompressed data was corrupted)",
|
||||
"Z_DATA_ERROR: Input data was corrupted for zlib",
|
||||
"%d line(s) was(were) cut by group_concat()",
|
||||
"ZLIB: Not enough memory",
|
||||
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)",
|
||||
"ZLIB: Input data corrupted",
|
||||
"%d line(s) were cut by GROUP_CONCAT()",
|
||||
"Row %ld doesn't contain data for all 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, out of range for 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 for column '%s' at row %ld",
|
||||
"Using storage engine %s for table '%s'",
|
||||
"Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'",
|
||||
|
|
@ -275,7 +275,7 @@ character-set=euckr
|
|||
"Can't revoke all privileges, grant for one or more of the requested users",
|
||||
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'",
|
||||
"Illegal mix of collations for operation '%s'",
|
||||
"Variable '%-.64s' is not a variable component (Can't be used as XXXX.variable_name)",
|
||||
"Variable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)",
|
||||
"Unknown collation: '%-.64s'",
|
||||
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started",
|
||||
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format",
|
||||
|
|
@ -296,8 +296,8 @@ character-set=euckr
|
|||
"The MySQL server is running with the %s option so it cannot execute this statement",
|
||||
"Column '%-.100s' has duplicated value '%-.64s' in %s"
|
||||
"Truncated wrong %-.32s value: '%-.128s'"
|
||||
"Incorrect table definition; There can only be one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
|
||||
"Invalid ON UPDATE clause for '%-.64s' field",
|
||||
"Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
|
||||
"Invalid ON UPDATE clause for '%-.64s' column",
|
||||
"This command is not supported in the prepared statement protocol yet",
|
||||
"Got error %d '%-.100s' from %s",
|
||||
"Got temporary error %d '%-.100s' from %s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue