1. 10 May, 2007 4 commits
  2. 09 May, 2007 1 commit
  3. 08 May, 2007 1 commit
  4. 07 May, 2007 10 commits
  5. 05 May, 2007 1 commit
  6. 04 May, 2007 19 commits
  7. 03 May, 2007 4 commits
    • evgen@moonbone.local's avatar
      Bug#23656: Wrong conversion result of a DATETIME to integer using CAST function. · 7f9411c1
      evgen@moonbone.local authored
      The generic string to int conversion was used by the Item_func_signed and
      the Item_func_unsigned classes to convert DATE/DATETIME values to the
      SIGNED/UNSIGNED type. But this conversion produces wrong results for such
      values.
      
      Now if the item which result has to be converted can return its result as
      longlong then the item->val_int() method is used to allow the item to carry
      out the conversion itself and return the correct result.
      This condition is checked in the Item_func_signed::val_int() and the
      Item_func_unsigned::val_int() functions.
      7f9411c1
    • joerg@trift2.'s avatar
      Merge trift2.:/MySQL/M50/netware-cross-5.0 · 55580197
      joerg@trift2. authored
      into  trift2.:/MySQL/M51/netware-cross-5.1
      55580197
    • joerg@trift2.'s avatar
      Better distinction between "CLEANFILES" and "DISTCLEANFILES" for some generated files · 6511b280
      joerg@trift2. authored
      (here: "scripts/mysql_fix_privilege_tables{.sql,_sql.c}"). Important for cross-builds.
      6511b280
    • omer@linux.site's avatar
      Updated funcs_1 files to 5.1.18 level · 56d180e8
      omer@linux.site authored
       - validating current result files
       - updating with new features in information_schema / error messages
       - forced order by and removed time stamps
      removed a_version files that are not needed (now that the suite is in the main tree
      Note: datadict tests still fail as a result of bug 28181 (a regression introduced in 
            5.0.42 - and 5.1.18(?) - tests should runn clean once it is fixed
      56d180e8