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 · 0d98da70
      unknown authored
      0d98da70
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 7a91fb5d
      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
      7a91fb5d
    • unknown's avatar
      Update results after merge · 2f885bbe
      unknown authored
      
      mysql-test/r/show_check.result:
        Update results
      2f885bbe
    • unknown's avatar
      Porting fix for bug #7586 "TIMEDIFF for sec+microsec not working properly" · 9e60778d
      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).
      9e60778d