1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-16 00:42:55 +03:00
Files
mariadb/mysql-test/t
unknown edc8900bb0 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.


mysql-test/r/ctype_ucs2_def.result:
  Adding test cast
mysql-test/t/ctype_ucs2_def-master.opt:
  Adding test case
mysql-test/t/ctype_ucs2_def.test:
  Adding test case
sql/mysqld.cc:
  Don't clear default_collation_name when processing 
  --character-set-server if collation has already
  been specified using --collation-server
2006-08-11 13:19:44 +05:00
..
2006-05-01 21:30:09 +03:00
2005-09-08 12:09:30 +04:00
2005-11-06 02:11:12 +03:00
2006-06-22 15:50:15 -07:00
2006-04-20 12:35:33 +04:00
2006-06-02 14:14:57 -07:00
2006-04-11 15:26:18 +05:00
2006-05-06 23:48:13 -07:00
2005-08-07 03:16:15 +01:00
2005-09-06 18:03:08 +04:00
2006-04-18 20:57:31 -07:00
2006-06-30 18:29:27 +03:00
2006-03-06 18:34:38 +01:00
2006-07-05 17:18:59 -07:00
2006-07-19 17:39:53 -04:00
2005-11-25 10:41:22 +01:00
2005-09-30 11:39:49 +02:00
2006-06-12 15:35:47 +02:00
2005-07-31 04:28:01 -07:00
2005-09-05 12:33:25 +02:00
2006-04-20 22:15:38 -07:00
2005-01-30 10:24:03 +00:00
2004-11-15 17:03:54 +01:00
2006-07-22 02:36:17 +04:00
2005-12-08 16:13:53 +01:00
2005-08-09 00:13:49 +03:00
2006-01-26 00:06:20 +03:00