1. 17 Oct, 2006 1 commit
  2. 10 Oct, 2006 2 commits
  3. 06 Oct, 2006 1 commit
    • kroki/tomash@moonlight.intranet's avatar
      BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_ID. · ee0cebf9
      kroki/tomash@moonlight.intranet authored
      Note: bug#21726 does not directly apply to 4.1, as it doesn't have stored
      procedures.  However, 4.1 had some bugs that were fixed in 5.0 by the
      patch for bug#21726, and this patch is a backport of those fixes.
      Namely, in 4.1 it fixes:
      
        - LAST_INSERT_ID(expr) didn't return value of expr (4.1 specific).
      
        - LAST_INSERT_ID() could return the value generated by current
          statement if the call happens after the generation, like in
      
            CREATE TABLE t1 (i INT AUTO_INCREMENT PRIMARY KEY, j INT);
            INSERT INTO t1 VALUES (NULL, 0), (NULL, LAST_INSERT_ID());
      
        - Redundant binary log LAST_INSERT_ID_EVENTs could be generated.
      ee0cebf9
  4. 03 Oct, 2006 1 commit
  5. 02 Oct, 2006 2 commits
  6. 29 Sep, 2006 3 commits
  7. 28 Sep, 2006 8 commits
  8. 27 Sep, 2006 6 commits
  9. 25 Sep, 2006 3 commits
  10. 24 Sep, 2006 1 commit
  11. 23 Sep, 2006 3 commits
  12. 22 Sep, 2006 3 commits
  13. 21 Sep, 2006 2 commits
  14. 20 Sep, 2006 3 commits
  15. 19 Sep, 2006 1 commit