mariadb/storage/innobase/os
tsmith@siva.hindu.god cf1cf3a0d1 Applied innodb-5.1-ss1404 snapshot
Fixes:

- Bug #26662: mysqld assertion when creating temporary (InnoDB) table on a tmpfs filesystem
  Fix by not open(2)ing with O_DIRECT but rather calling fcntl(2) to set
  this flag immediately after open(2)ing. This way an error caused by
  O_DIRECT not being supported can easily be ignored.
- Bug #23313: AUTO_INCREMENT=# not reported back for InnoDB tables
- Bug #21404: AUTO_INCREMENT value reset when Adding FKEY (or ALTER?)
  Report the current value of the AUTO_INCREMENT counter to MySQL.
2007-04-18 19:53:28 -06:00
..
Makefile.am Merge mysql.com:/home/kent/bk/main/mysql-5.0 2006-12-31 01:32:21 +01:00
os0file.c Applied innodb-5.1-ss1404 snapshot 2007-04-18 19:53:28 -06:00
os0proc.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
os0sync.c Applied InnoDB 5.1 snapshot ss787. 2006-09-05 03:52:15 +02:00
os0thread.c Applied innodb-5.1 snapshots ss799 and ss854 2006-09-21 01:39:09 -06:00