to request large file support...
-D_FILE_OFFSET_BITS=64
checking for LDFLAGS value to request large file support...
checking for LIBS value to request large file support...
checking for _FILE_OFFSET_BITS... 64
checking for _LARGEFILE_SOURCE... no
checking for _LARGE_FILES... no
And when it
Mysql, SQL, etc.
Hi,
Does anyone have experience of compiling in large file support
for Linux ?
I just want to know what is the scope of the change: do I have to
recompile the kernel and every single library and application ?
thanks,
Martin
Michelle DeCurtis writes:
> I am running linux 6.2 (2.4 kernel) with MySQL3.23 installed. This kernel
> allows MySQL3.23 to support large file sizes, up to 4 Gigs.
> It looks like the mysqldump utility is still bound by the 2 GB file size
> limit. Does anyone know how to get mysqldump to rec
I am running linux 6.2 (2.4 kernel) with MySQL3.23 installed. This kernel
allows MySQL3.23 to support large file sizes, up to 4 Gigs.
It looks like the mysqldump utility is still bound by the 2 GB file size
limit. Does anyone know how to get mysqldump to recognize the
large files.
Greetings List Dwellers-
A quick question for you. I'm having problems with mysql's large file
support(I think). I'm using kernel 2.4-XFS with my database disk set up
with the XFS journaled file-system. Works fine with large files. Anyway,
I'm using mysql-3.23.32, compi