1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-4338 - Support FusionIO/directFS atomic writes

This commit is contained in:
Vladislav Vaintroub
2013-04-06 00:35:45 +02:00
parent 5d4ba5589d
commit 0aa607a01a
5 changed files with 153 additions and 0 deletions

View File

@@ -249,6 +249,11 @@ extern ulong srv_sys_stats_root_page;
#endif
extern ibool srv_use_doublewrite_buf;
extern ibool srv_use_atomic_writes;
#ifdef HAVE_POSIX_FALLOCATE
extern ibool srv_use_posix_fallocate;
#endif
extern ibool srv_use_checksums;
extern ibool srv_fast_checksum;