~vlad-lesin/percona-server/5.1-bug801989

  • Committer: Vlad Lesin
  • Date: 2012-09-13 07:22:01 UTC
  • Revision ID: vladislav.lesin@percona.com-20120913072201-m0cbo40dxle6c3tr
The bug #801989 fix.
                
The main idea of this fix is to return "true" on success and "false" otherwise
from os_file_set_nocache(). That allows to process O_DIRECT flag setting failures.

If setting O_DIRECT failes on log files the srv_unix_file_flush_method is set
to SRV_UNIX_O_DIRECT value to do fsync() on log files. If O_DIRECT fails on
other files the error is ignored to do buffered I/O on filesystems that do not
support direct I/O(for example tmpfs).
Filename Latest Rev Last Changed Committer Comment Size
..
build 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree Diff
doc 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree Diff
HandlerSocket-Plugin-for-MySQL 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree Diff
kewpie 410.4.1 12 years ago Patrick Crews Merge in kewpie (the test-runner formerly known as Diff
Percona-Server 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree Diff
python-for-subunit2junitxml 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree Diff
UDF 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree Diff
.bzrignore 456.1.1 11 years ago Hrvoje Matijakovic * bug fix for Bug #1013968 * modified doc Makefile 22 bytes Diff Download File
COPYING.show_temp_51 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree 1.6 KB Diff Download File
handlersocket.patch 440.2.5 11 years ago Ignacio Nin Add a AC_CONFIG_AUX_DIR directive to HandlerSocket 1.3 KB Diff Download File
Makefile 466 11 years ago Stewart Smith merge mysql-5.1.65 from lp:percona-server/upstream 2.6 KB Diff Download File
README.HandlerSocket 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree 429 bytes Diff Download File
README.txt 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree 481 bytes Diff Download File
File subunit2junitxml 334 12 years ago Stewart Smith Import MySQL 5.1.59 tree 2.2 KB Diff Download File