mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge 10.4 to 10.5
This commit is contained in:
commit
1657b7a583
185 changed files with 3706 additions and 654 deletions
|
|
@ -160,6 +160,7 @@ static const ulint OS_FILE_NORMAL = 62;
|
|||
static const ulint OS_DATA_FILE = 100;
|
||||
static const ulint OS_LOG_FILE = 101;
|
||||
static const ulint OS_DATA_TEMP_FILE = 102;
|
||||
static const ulint OS_DATA_FILE_NO_O_DIRECT = 103;
|
||||
/* @} */
|
||||
|
||||
/** Error codes from os_file_get_last_error @{ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue