| List: | Commits | « Previous MessageNext Message » | |
| From: | Davi Arnaut | Date: | June 4 2008 3:35pm |
| Subject: | Re: commit into mysql-6.0-wtf:mysql-6.0-wtf branch (vvaintroub:2653) Bug#24509, WL#3049 | ||
| View as plain text | |||
Vladislav Vaintroub wrote: > Hi Davi, > >> -----Original Message----- >> From: Davi Arnaut [mailto:davi@stripped] >> Sent: Wednesday, June 04, 2008 2:27 PM >> To: Vladislav Vaintroub >> Cc: 'Joerg Bruehe'; konstantin@stripped; commits@stripped >> Subject: Re: commit into mysql-6.0-wtf:mysql-6.0-wtf branch >> (vvaintroub:2653) Bug#24509, WL#3049 >> >> Heh. .oO(hum, we could drop mysys and start using the APR) > > If I'd start a new C/C++ project ,I would be definitely using it. > Clean interface, advanced features, good documentation. Good to know (as I sit in the APR technical board). > Dropping mysys in MySQL is a revolutionary idea though, > not likely to be accepted by the architecture board in the next 10 years > >>> #ifndef __WIN__ >>> fd = fdopen(Filedes, type); >>> #else >>> fd = my_win_fdopen(Filedes, type); >>> #endif >>> >> +1 on this approach. Where do you plan to keep my_win_fdopen? I hope >> it's on a different file, but anyway.. it's much better. > > I plan to put it all ANSI/Posix wrappers for Windows to a different file. Great, thanks a lot. -- Davi
