mariadb/innobase/os
unknown 48260e9d92 InnoDB portability fix: new function os_file_set_eof()
innobase/include/os0file.h:
  Add os_file_set_eof()
innobase/os/os0file.c:
  Add os_file_set_eof()
innobase/srv/srv0srv.c:
  Replace chsize() or ftruncate() with os_file_set_eof()
sql/ha_innodb.cc:
  Replace my_chsize() with os_file_set_eof()
2004-05-05 15:54:28 +03:00
..
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0file.c InnoDB portability fix: new function os_file_set_eof() 2004-05-05 15:54:28 +03:00
os0proc.c InnoDB: send diagnostic output to stderr or files 2004-04-06 16:14:43 +03:00
os0shm.c ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
os0sync.c Many files: 2003-07-03 21:25:55 +03:00
os0thread.c InnoDB: send diagnostic output to stderr or files 2004-04-06 16:14:43 +03:00