1. 11 Dec, 2004 1 commit
    • sergefp@mysql.com's avatar
      Fix for BUG#6976: · f78a6059
      sergefp@mysql.com authored
      In Item_ref::Item_ref set maybe_null (and other fields fix_fields sets) to be the 
      same as in (*ref), because Item_ref::fix_fields() will not be called.  Previously 
      maybe_null was 0 always and this produced a bogus state where 
      maybe_null==0 && is_null() == true 
      which broke evaluation for some upper-level Items, like AND and OR.
      f78a6059
  2. 02 Dec, 2004 2 commits
  3. 30 Nov, 2004 1 commit
  4. 26 Nov, 2004 2 commits
  5. 25 Nov, 2004 4 commits
  6. 24 Nov, 2004 1 commit
  7. 23 Nov, 2004 1 commit
  8. 22 Nov, 2004 4 commits
  9. 19 Nov, 2004 1 commit
  10. 18 Nov, 2004 1 commit
  11. 17 Nov, 2004 1 commit
  12. 16 Nov, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · dd64377d
      heikki@hundin.mysql.fi authored
        Fix InnoDB bug #6287: if one uses INSERT IGNORE to insert several rows at a time, and the first inserts are ignored because of a duplicate key collision, then InnoDB in a replication slave assigns AUTO_INCREMENT values 1 bigger than in the master
      dd64377d
  13. 15 Nov, 2004 1 commit
  14. 12 Nov, 2004 4 commits
  15. 11 Nov, 2004 4 commits
  16. 10 Nov, 2004 3 commits
  17. 09 Nov, 2004 1 commit
  18. 08 Nov, 2004 1 commit
    • bar@mysql.com's avatar
      mysql.h: · a83f8e60
      bar@mysql.com authored
        Adding a prototype for the new function.
      a83f8e60
  19. 05 Nov, 2004 6 commits