1. 07 Nov, 2005 1 commit
    • unknown's avatar
      Bug#14146 CHAR(...USING ...) and CONVERT(CHAR(...) USING...) produce different results · 85cc4380
      unknown authored
      ctype_utf8.result, ctype_utf8.test:
        Adding test case.
      item_strfunc.cc:
      item_strfunc.h:
        Moving the well formed checking code into a method,
        to reuse in several Item_func_xxx. Reusing the new
        method in Item_func_char and Item_func_charset_conv.
      
      
      
      sql/item_strfunc.h:
        Bug#14146 CHAR(...USING ...) and CONVERT(CHAR(...) USING...) produce different results
        Moving the well formed checking code into a method,
        to reuse in several Item_func_xxx.
      sql/item_strfunc.cc:
        Moving the well formed checking code into a method,
        to reuse in several Item_func_xxx.
      mysql-test/t/ctype_utf8.test:
        Adding test case.
      mysql-test/r/ctype_utf8.result:
        Adding test case.
      85cc4380
  2. 06 Nov, 2005 2 commits
  3. 05 Nov, 2005 1 commit
  4. 04 Nov, 2005 12 commits
  5. 03 Nov, 2005 24 commits