mirror of
https://github.com/MariaDB/server.git
synced 2026-04-17 13:55:32 +02:00
MDEV-22545: One more fix: main.perror-win
In 10.3 and earlier, some lines in the result file were terminated by CR and LF, but in 10.4, all files are expected to be terminated by LF only. Also, my build of 10.4 apparently failed without me noticing it, and the MDEV-22545 fix was not present. The %T should not have been replaced with %s at all.
This commit is contained in:
parent
170487473e
commit
3ad1af9366
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ MariaDB error code 150: Foreign key constraint is incorrectly formed
|
|||
Win32 error code 150: System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
|
||||
OS error code 23: Too many open files in system
|
||||
Win32 error code 23: Data error (cyclic redundancy check).
|
||||
MariaDB error code 1062 (ER_DUP_ENTRY): Duplicate entry '%-.192s' for key %d
|
||||
MariaDB error code 1062 (ER_DUP_ENTRY): Duplicate entry '%-.192T' for key %d
|
||||
Win32 error code 1062: The service has not been started.
|
||||
Illegal error code: 30000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue