mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-4194: Fix typo (missing comma) in mysys error messages
This commit is contained in:
parent
395de7306f
commit
b3ad9de0c0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const char * NEAR globerrs[GLOBERRS]=
|
|||
"File '%s' (fileno: %d) was not closed",
|
||||
"Can't change ownership of the file '%s' (Errcode: %d)",
|
||||
"Can't change permissions of the file '%s' (Errcode: %d)",
|
||||
"Can't seek in file '%s' (Errcode: %d)"
|
||||
"Can't seek in file '%s' (Errcode: %d)",
|
||||
"Can't change mode for file '%s' to 0x%lx (Error: %d)",
|
||||
"Warning: Can't copy ownership for file '%s' (Error: %d)"
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue