1. 19 Apr, 2007 3 commits
    • tsmith@siva.hindu.god's avatar
      Merge siva.hindu.god:/home/tsmith/m/inno/apr18/50 · 50fe976a
      tsmith@siva.hindu.god authored
      into  siva.hindu.god:/home/tsmith/m/inno/apr18/51
      50fe976a
    • tsmith@siva.hindu.god's avatar
      Applied innodb-5.1-ss1404 snapshot · cf1cf3a0
      tsmith@siva.hindu.god authored
      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.
      cf1cf3a0
    • tsmith@siva.hindu.god's avatar
      Apply innodb-5.0-ss1405 snapshot · d232cead
      tsmith@siva.hindu.god authored
      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.
      d232cead
  2. 18 Apr, 2007 27 commits
  3. 17 Apr, 2007 9 commits
  4. 16 Apr, 2007 1 commit