mariadb/innobase/os
heikki@hundin.mysql.fi e25b633367 os0file.c:
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
2004-12-21 18:21:17 +02:00
..
Makefile.am
makefilewin
os0file.c os0file.c: 2004-12-21 18:21:17 +02:00
os0proc.c
os0sync.c
os0thread.c