| List: | Commits | « Previous MessageNext Message » | |
| From: | Konstantin Osipov | Date: | June 4 2008 7:06am |
| Subject: | Re: commit into mysql-6.0-wtf:mysql-6.0-wtf branch (vvaintroub:2653) Bug#24509, WL#3049 | ||
| View as plain text | |||
* Davi Arnaut <davi@stripped> [08/06/04 08:34]: > > 2653 Vladislav Vaintroub 2008-06-04 > > Bug#24509 - 2048 file descriptor limit on windows needs increasing, also > > WL#3049 - improved Windows I/O > > > > The patch replaces the use of the POSIX I/O interfaces in mysys on Windows > with > > the Win32 API calls (CreateFile, WriteFile, etc). > > Wouldn't this be a good opportunity to start to untangle the ifdefery > mess in mysys? We could start splitting the implementations into > different directories, for example: > > mysys/win32/file_io.c > mysys/unix/file_io.c > mysys/netware/file_io.c > > And each one would implement it's own specified version of my_foo. We would still need the "main" or "default" trunk though, since many methods differ only slightly between OSs, don't you think? --
