1. 14 Sep, 2007 2 commits
  2. 13 Sep, 2007 6 commits
  3. 12 Sep, 2007 5 commits
  4. 11 Sep, 2007 3 commits
  5. 09 Sep, 2007 1 commit
    • antony@pcg5ppc.xiphis.org's avatar
      Bug#30919 · 89f88eab
      antony@pcg5ppc.xiphis.org authored
        "Rows not deleted from innodb partitioned tables if --innodb_autoinc_lock_mode=0"
      
        Due to a previous bugfix which initializes a previously uninitialized
        variable, ha_partition::get_auto_increment() may fail to operate
        correctly when the storage engine reports that it is only reserving
        one value and one or more partitions have a different 'next-value'.
        Currently, only affects Innodb's new-style auto-increment code which
        reserves larger blocks of values and has less inter-thread contention.
      89f88eab
  6. 08 Sep, 2007 2 commits
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      perform explicit cleanup · 5558f69d
      add missing opt file
      5558f69d
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      Bug#30907 · d8d199c4
        "Regression: "--innodb_autoinc_lock_mode=0" (off) not same as older releases"
      Bug#28430
        "Failure in replication of innodb partitioned tables on row/mixed format"
      Bug#30888
        "Innodb table + stored procedure + row deletion = server crash"
      
        Apply Oracle patch from Sunny
        Include tests cases by Omer
        Ensure that innobase_read_and_init_auto performs table autoinc lock when lock_mode = 0
        No need for "if" guard around row_unlock_table_autoinc_for_mysql() because
        it already performs same check.
        Make autoinc_lock_mode variable read-only for duration of running mysqld process.
      d8d199c4
  7. 07 Sep, 2007 4 commits
  8. 06 Sep, 2007 2 commits
  9. 05 Sep, 2007 10 commits
  10. 04 Sep, 2007 1 commit
  11. 03 Sep, 2007 3 commits
  12. 01 Sep, 2007 1 commit