mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
e25b633367
Fix InnoDB bug: on HP-UX, with a 32-bit binary, InnoDB was only able to read or write <= 2 GB files; the reason was that InnoDB treated the return value of lseek() as a 32-bit integer; lseek was used on HP-UX-11 as a replacement for pread() and pwrite() because HAVE_BROKEN_PREAD was defined on that platform |
||
---|---|---|
.. | ||
Makefile.am | ||
makefilewin | ||
os0file.c | ||
os0proc.c | ||
os0sync.c | ||
os0thread.c |