mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
mysqlshow and mysqldump now send their vharacter set to server
character_set_results is now the same with character_set_client by default
This commit is contained in:
parent
e15ea0291a
commit
bb611fa0a2
8 changed files with 25 additions and 10 deletions
|
|
@ -28,6 +28,7 @@ cast("2001-1-1" as DATE) cast("2001-1-1" as DATETIME)
|
|||
select cast("1:2:3" as TIME);
|
||||
cast("1:2:3" as TIME)
|
||||
01:02:03
|
||||
set names binary;
|
||||
select cast(_latin1'test' as char character set latin2);
|
||||
cast(_latin1'test' as char character set latin2)
|
||||
test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue