mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
e3d692aa09
135 changed files with 1982 additions and 579 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Copyright (c) 1995, 2017, Oracle and/or its affiliates. All Rights Reserved.
|
||||
Copyright (c) 2009, Percona Inc.
|
||||
Copyright (c) 2013, 2019, MariaDB Corporation.
|
||||
Copyright (c) 2013, 2020, MariaDB Corporation.
|
||||
|
||||
Portions of this file contain modifications contributed and copyrighted
|
||||
by Percona Inc.. Those modifications are
|
||||
|
|
@ -151,6 +151,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