1. 29 Sep, 2006 1 commit
  2. 20 Sep, 2006 2 commits
    • istruewing@chilla.local's avatar
      Merge chilla.local:/home/mydev/mysql-5.0-bug20627 · 1639e4a4
      istruewing@chilla.local authored
      into  chilla.local:/home/mydev/mysql-5.1-bug20627
      1639e4a4
    • istruewing@chilla.local's avatar
      Bug#20830 - INSERT DELAYED does not honour SET INSERT_ID · e9e58c66
      istruewing@chilla.local authored
      Bug#20627 - INSERT DELAYED does not honour auto_increment_* variables
      
      INSERT DELAYED ignored an explicitly set INSERT_ID and session
      specific auto_increment_* variables.
      
      The problem was that the inserts are done by a system thread,
      which does not have access to the session variables of the user
      thread.
      
      On a proposal of Guilhem I fixed it so that the variables are
      copied to the data structure for every delayed row. The system
      thread sets its session variables from these values.
      e9e58c66
  3. 19 Sep, 2006 5 commits
  4. 18 Sep, 2006 10 commits
  5. 16 Sep, 2006 2 commits
  6. 15 Sep, 2006 20 commits