mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-6805 one can set character_set_client to utf32
use the same restriction for character_set_client on the command line and from SQL. Also: remove strange hack from thd_init_client_charset() that contradicted the manual (collation_connection and character_set_result were not always set)
This commit is contained in:
@ -9,7 +9,7 @@ SELECT @@global.collation_connection;
|
||||
latin1_danish_ci
|
||||
SELECT @@session.collation_connection;
|
||||
@@session.collation_connection
|
||||
latin1_danish_ci
|
||||
latin1_swedish_ci
|
||||
'#--------------------FN_DYNVARS_015_02-------------------------#'
|
||||
'connection default'
|
||||
DROP TABLE IF EXISTS t1;
|
||||
|
Reference in New Issue
Block a user