1. 23 Jun, 2006 2 commits
    • bar@mysql.com's avatar
      Bug#15276: MySQL ignores collation-server · ee8fd1e3
      bar@mysql.com authored
          Problem:
          mysqld --collation-server=xxx --character-set-server=yyy
          didn't work as expected: collation_server was set not to xxx,
          but to the default collation of character set "yyy".
          
          With different argument order it worked as expected:
          mysqld --character-set-server=yyy --collation-server=yyy 
          
          Fix:
          initializate default_collation_name to 0
          when processing --character-set-server
          only if --collation-server has not been specified
          in command line.
      ee8fd1e3
    • bar@mysql.com's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-kt · 13fdfea0
      bar@mysql.com authored
      into  mysql.com:/usr/home/bar/mysql-5.0-kt.b20392
      13fdfea0
  2. 22 Jun, 2006 2 commits
  3. 21 Jun, 2006 10 commits
  4. 20 Jun, 2006 23 commits
  5. 19 Jun, 2006 3 commits