mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Replace a non-ASCII character in a comment
This commit is contained in:
parent
8d413c32dc
commit
6ca35c1428
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ static File loc_open(const char *FileName, int Flags)
|
|||
/*
|
||||
We could just use _open() here. but prefer to open in unix-similar way
|
||||
just like my_open() does it on Windows.
|
||||
This gives atomic multiprocess-safe´appends, and possibility to rename
|
||||
This gives atomic multiprocess-safe appends, and possibility to rename
|
||||
or even delete file while it is open, and CRT lacks this features.
|
||||
*/
|
||||
assert(Flags == (O_APPEND | O_CREAT | O_WRONLY));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue