1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

srv0start.c, srv0srv.h, os0file.h, os0file.c:

Allow also O_DIRECT as innodb_flush_method; it only affects writing to data files
This commit is contained in:
heikki@hundin.mysql.fi
2003-07-13 00:17:02 +03:00
parent bc8d48920e
commit 2340cff77a
4 changed files with 96 additions and 32 deletions

View File

@@ -168,6 +168,7 @@ what these mean */
#define SRV_UNIX_O_DSYNC 2
#define SRV_UNIX_LITTLESYNC 3
#define SRV_UNIX_NOSYNC 4
#define SRV_UNIX_O_DIRECT 5
/* Alternatives for file i/o in Windows */
#define SRV_WIN_IO_NORMAL 1