From: Mark O'D. <mar...@lu...> - 2001-09-25 14:42:24
|
Hi Konstantin Neil passed me the patch, it's one I've got on my list to commit, if you don't mind waiting till friday, I've got some time then to put in a few patches and restart testing. Im happy with this since it's a conditional patch, and for linux it will be two download packages. Cheers Mark Konstantin Kuznetsov wrote: >Hi All ! >I have some patch to support large database files >on Solaris Intel. >But some trubles like not yet working gstat (dba.e). >Where can I commit such pre-alpha code >or may be somebody wants to rewiev it? >It consists of new prefix file and patch to unix.c (bases on Jonh's Bellardo >code) >seems to not impact on existing platforms. >Like > >>#ifdef LARGEFILE >>#ifdef SOLX86 >>#define _FILE_OFFSET_BITS 64 >>#endif >>#endif >> >129c134,142 >< static FIL seek_file (FIL, BDB, SLONG *, STATUS *); >--- > >>static FIL seek_file (FIL, BDB, >>#ifdef LARGEFILE >>#ifdef SOLX86 >>off_t *, >>#else >>SLONG *, >>#endif >>#endif >>STATUS *); >> >453c466,470 >< SLONG bytes; >--- >-- >Konstantin Kuznetsov, phD >http://www.FireBirdSQL.org > > > > >_______________________________________________ >Firebird-devel mailing list >Fir...@li... >https://lists.sourceforge.net/lists/listinfo/firebird-devel > -- Your database needs YOU! http://www.firebirdSQL.org |