1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00
Files
mariadb/mysql-test/r
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
..
2007-03-14 18:18:30 +02:00
2007-03-31 20:27:43 +05:00
2007-02-23 18:49:41 +02:00
2007-04-07 23:16:03 +05:00
2007-04-04 21:35:58 +00:00
2007-03-15 17:35:31 +04:00
2007-03-26 19:15:30 +03:00
2007-02-23 13:13:55 +02:00
2007-03-29 12:45:23 +02:00
2007-02-23 13:13:55 +02:00
2007-04-04 14:19:33 +05:00
2007-04-13 01:52:45 +02:00
2007-04-04 16:58:25 +02:00
2007-02-23 13:13:55 +02:00
2007-04-02 13:57:32 +02:00
2007-03-01 18:16:17 +04:00
2007-03-29 16:11:02 +02:00
2007-04-15 12:16:32 +04:00
2007-03-23 01:04:31 +04:00
2007-04-06 16:06:10 +05:00
2007-03-29 09:08:30 +05:00
2007-03-23 01:04:31 +04:00
2007-04-08 00:05:34 +05:00