1. 08 Nov, 2006 1 commit
    • bar@mysql.com/bar.intranet.mysql.r18.ru's avatar
      Bug#22646 LC_TIME_NAMES: Assignment to non-UTF8 target fails · 413d1865
      Problem: After introducing of LC_TIME_NAMES variable,  the 
      function date_format() can return international non-ascii
      characters in month and weekday names. Thus, it cannot return
      a binary string anymore, because inserting a result of date_format()
      into a column with non-utf8 character set produces garbage.
      Fix: date_format() now returns a character string, using
      "collation_connection" to detect character set and collation
      for the returned value. This allows to insert
      results of date_format() properly into columns with
      various character sets.
      413d1865
  2. 07 Nov, 2006 1 commit
  3. 03 Nov, 2006 1 commit
  4. 02 Nov, 2006 8 commits
  5. 01 Nov, 2006 4 commits
  6. 31 Oct, 2006 5 commits
  7. 30 Oct, 2006 4 commits
  8. 27 Oct, 2006 6 commits
  9. 25 Oct, 2006 10 commits