1. 18 Jan, 2005 7 commits
  2. 17 Jan, 2005 20 commits
  3. 16 Jan, 2005 9 commits
  4. 15 Jan, 2005 4 commits
    • unknown's avatar
      don't ignore errors in readlink · 19209e97
      unknown authored
      19209e97
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · d991846a
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/r/show_check.result:
        Auto merged
      d991846a
    • unknown's avatar
      Update results after merge · bf54e0c0
      unknown authored
      
      mysql-test/r/show_check.result:
        Update results
      bf54e0c0
    • unknown's avatar
      Porting fix for bug #7586 "TIMEDIFF for sec+microsec not working properly" · 26e0d1e4
      unknown authored
      to 5.0 tree (since it was lost during last merge).
      
      
      mysql-test/r/func_sapdb.result:
        Updated test result after fixing bug #7586 "TIMEDIFF for sec+microsec not
        working properly" in 5.0 tree.
      sql/item_timefunc.cc:
        calc_time_diff():
          Use simplier and less error-prone implementation. Now we are counting
          difference between time values in microseconds and then convert it to
          seconds + microseconds value (instead of using seconds and taking
          difference in "second_part"s into account).
      26e0d1e4