Bug #6717 @a:=cast(null as char character set utf8) doesn't set mentioned charset for @a
Submitted: 19 Nov 2004 10:22 Modified: 21 Sep 2005 10:04
Reporter: Ramil Kalimullin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:
Assigned to: Ramil Kalimullin CPU Architecture:Any

[19 Nov 2004 10:22] Ramil Kalimullin
Description:
see 'How to repeat'.

How to repeat:
set @a= cast(null as char character set utf8);
create table t1 select @a;
show create table t1;