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:
bar@bar.mysql.r18.ru 2003-05-30 23:09:35 +05:00
commit bb611fa0a2
8 changed files with 25 additions and 10 deletions

View file

@ -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