mariadb/innobase
tsmith@siva.hindu.god d232cead7b Apply innodb-5.0-ss1405 snapshot
NULL MERGE: this ChangeSet will be null merged into mysql-5.1

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:36:22 -06:00
..
btr
buf
data
db
dict Apply innodb-5.0-ss1372 snapshot 2007-03-28 22:41:21 -06:00
dyn
eval
fil
fsp
fut
ha
ibuf
include NULL MERGE this to 5.1 2007-03-22 14:40:52 -06:00
lock NULL MERGE this to 5.1 2007-03-22 14:40:52 -06:00
log
mach
mem
mtr
os Apply innodb-5.0-ss1405 snapshot 2007-04-18 19:36:22 -06:00
page
pars
que
read
rem
row Apply innodb-5.0-ss1372 snapshot 2007-03-28 22:41:21 -06:00
srv NULL MERGE this to 5.1 2007-03-22 14:40:52 -06:00
sync
thr
trx
usr
ut NULL MERGE this to 5.1 2007-03-22 14:40:52 -06:00
CMakeLists.txt
configure.in Apply innodb-5.0-ss1405 snapshot 2007-04-18 19:36:22 -06:00
Makefile.am