diff options
author | bar@bar.intranet.mysql.r18.ru <> | 2004-02-11 16:53:39 +0400 |
---|---|---|
committer | bar@bar.intranet.mysql.r18.ru <> | 2004-02-11 16:53:39 +0400 |
commit | 4e7712307997d044568ffe895a6de3de6b1608ed (patch) | |
tree | 72c6cad0694d2bd8f6b418b228ce142641c812ac /mysql-test/r/cast.result | |
parent | 251bf4ab85788c1232e7434752f7f5d5cab18a0d (diff) | |
download | mariadb-git-4e7712307997d044568ffe895a6de3de6b1608ed.tar.gz |
Bug 2701: Function CHARSET() inconsistency
CONVERT3 was removed, it was for test purposes,
and rather harmful.
Diffstat (limited to 'mysql-test/r/cast.result')
-rw-r--r-- | mysql-test/r/cast.result | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/r/cast.result b/mysql-test/r/cast.result index c60d8e19fb4..877a349d188 100644 --- a/mysql-test/r/cast.result +++ b/mysql-test/r/cast.result @@ -64,12 +64,6 @@ test select cast(_koi8r'ΤΕΣΤ' as char character set cp1251); cast(_koi8r'ΤΕΣΤ' as char character set cp1251) ςερς -select convert(_latin1'test', "latin1_german1_ci", "latin1_swedish_ci"); -convert(_latin1'test', "latin1_german1_ci", "latin1_swedish_ci") -test -select convert(_koi8r'ΤΕΣΤ', "koi8r_general_ci", "cp1251_general_ci"); -convert(_koi8r'ΤΕΣΤ', "koi8r_general_ci", "cp1251_general_ci") -ςερς create table t1 select cast(_koi8r'ΤΕΣΤ' as char character set cp1251) as t; show create table t1; Table Create Table |