1. 11 Aug, 2006 1 commit
    • bar@mysql.com/bar.intranet.mysql.r18.ru's avatar
      mysqld --collation-server=xxx --character-set-server=yyy · 4a63a64f
      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.
      4a63a64f
  2. 10 Aug, 2006 1 commit
  3. 09 Aug, 2006 3 commits
  4. 07 Aug, 2006 1 commit
  5. 03 Aug, 2006 5 commits
  6. 02 Aug, 2006 7 commits
  7. 01 Aug, 2006 2 commits
  8. 31 Jul, 2006 5 commits
  9. 30 Jul, 2006 1 commit
  10. 29 Jul, 2006 2 commits
  11. 28 Jul, 2006 4 commits
  12. 27 Jul, 2006 1 commit
  13. 26 Jul, 2006 7 commits