Bug #40558 Support directio system call for Solaris and Falcon
Submitted: 6 Nov 2008 17:01 Modified: 5 Nov 2010 11:39
Reporter: Mark Callaghan Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Falcon storage engine Severity:S4 (Feature request)
Version:6.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: directio, falcon, solaris

[6 Nov 2008 17:01] Mark Callaghan
Description:
Falcon uses O_DIRECT or O_SYNC when opening files. On Solaris it will use O_SYNC as O_DIRECT is not supported. It should support the use of directio(..., DIRECTIO_ON) as a hint on Solaris.

http://docs.sun.com/app/docs/doc/816-5168/directio-3c?a=view

How to repeat:
NA

Suggested fix:
NA
[5 Nov 2010 11:39] Valeriy Kravchuk
We do not work on Falcon storage engine now, so I doubt this feature will be implemented.