mariadb/os
vasil cf5ec402a7 * Fix Bug#26662 by not open(2)ing with O_DIRECT but rather calling fcntl(2)
to set this flag immediately after open(2)ing. This way an error caused by
O_DIRECT not being supported can easily be ignored.

* Add support for skipping the OS caching on Solaris by calling directio()
instead of fcntl().

Approved by:	Heikki
2007-03-29 19:05:09 +00:00
..
Makefile.am Merge a change from MySQL AB: 2007-01-11 09:36:27 +00:00
os0file.c * Fix Bug#26662 by not open(2)ing with O_DIRECT but rather calling fcntl(2) 2007-03-29 19:05:09 +00:00
os0proc.c Split lines before binary operators, not after them. 2006-08-29 08:27:56 +00:00
os0sync.c Reindent the code base (except for ha_innodb.{cc,h} and generated parser 2006-08-28 17:42:45 +00:00
os0thread.c Revamp the line splits done in r763 and r764 that can now be done better, 2006-09-19 07:22:21 +00:00