1. 02 Nov, 2006 2 commits
  2. 01 Nov, 2006 1 commit
  3. 31 Oct, 2006 2 commits
    • unknown's avatar
      Bug#22828 _my_b_read() ignores return values for my_seek() calls · 23061beb
      unknown authored
      - Because my_seek actually is capable of returning an error code we should
        exploit that in the best possible way.
      - There might be kernel errors or other errors we can't predict and capturing
        the return value of all system calls gives us better understanding of
        possible errors.
      
      
      mysys/mf_iocache.c:
        - Added check on return value for my_seek
        - Added comments
      mysys/my_chsize.c:
        - Added check on return value for my_seek
        - Added comments
      mysys/my_lock.c:
        - Added check on return value for my_seek
        - Added comments
      mysys/my_seek.c:
        - Added comments
      23061beb
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1-maint · dfdb972e
      unknown authored
      into  mysql.com:/usr/home/ram/work/bug23412/my41-bug23412
      
      
      dfdb972e
  4. 30 Oct, 2006 2 commits
  5. 27 Oct, 2006 1 commit
    • 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
  6. 25 Oct, 2006 4 commits
  7. 24 Oct, 2006 8 commits
  8. 23 Oct, 2006 9 commits
  9. 20 Oct, 2006 4 commits
  10. 19 Oct, 2006 7 commits