1. 01 Nov, 2006 3 commits
  2. 31 Oct, 2006 5 commits
  3. 30 Oct, 2006 2 commits
  4. 27 Oct, 2006 2 commits
    • unknown's avatar
      Update the rules for abi_check · 928fa57a
      unknown authored
      
      include/Makefile.am:
        Move m_ctype.h from BUILT_SOURCES, it's in vcs
        Update the rule for abi_check
      include/mysql_h.ic:
        Update the refernce and rename it to mysql_h.ic
      928fa57a
    • unknown's avatar
      Fix for bug #23412: delete rows with null date field · d2c90fcb
      unknown authored
      Backport of the fix for bug #8143: A date with value 0 is treated as a NULL value
      
      
      mysql-test/r/delete.result:
        Fix for bug #23412: delete rows with null date field
          - test result
      mysql-test/t/delete.test:
        Fix for bug #23412: delete rows with null date field
          - test case
      sql/sql_delete.cc:
        Fix for bug #23412: delete rows with null date field
          - during SELECT queries processing we convert 'date[time]_field is null'                   
            conditions into 'date[time]_field = 0000-00-00[ 00:00:00]' for not null                  
            DATE and DATETIME fields. To be consistent, we have to do the same for DELETE            
            queries. So we should call remove_eq_conds() in the mysql_delete() as well.              
            Also it may simplify and speed up DELETE queries execution.
      d2c90fcb
  5. 25 Oct, 2006 4 commits
  6. 24 Oct, 2006 8 commits
  7. 23 Oct, 2006 9 commits
  8. 20 Oct, 2006 4 commits
  9. 19 Oct, 2006 3 commits