1. 04 Mar, 2010 1 commit
    • Mattias Jonsson's avatar
      Bug#50392: insert_id is not reset for partitioned tables · 25596746
      Mattias Jonsson authored
      auto_increment on duplicate entry
      
      The bug was that when INSERT_ID was used and the storage
      engine was told to release any reserved but not used
      auto_increment values, it set the highest auto_increment
      value to INSERT_ID.
      
      The fix was to check if the auto_increment value was forced
      by user (INSERT_ID) or by slave-thread, i.e. not auto-
      generated. So that it is only allowed to release generated
      values.
      25596746
  2. 02 Mar, 2010 1 commit
  3. 01 Mar, 2010 7 commits
  4. 28 Feb, 2010 1 commit
  5. 27 Feb, 2010 3 commits
  6. 26 Feb, 2010 27 commits