| Bug #14748 | Changing the collation of a column seems to have no effect | ||
|---|---|---|---|
| Submitted: | 8 Nov 2005 14:51 | Modified: | 8 Sep 2006 12:28 |
| Reporter: | Gisbert Selke (Basic Quality Contributor) | Email Updates: | |
| Status: | Duplicate | Impact on me: | |
| Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
| Version: | 1.1.17 | OS: | Windows (Win XP) |
| Assigned to: | Mike Lischke | CPU Architecture: | Any |
[8 Nov 2005 14:51]
Gisbert Selke
[8 Nov 2005 23:46]
MySQL Verification Team
It does the alter table, however not displays the change
mysql> show create table tb2\G
*************************** 1. row ***************************
Table: tb2
Create Table: CREATE TABLE `tb2` (
`col1` varchar(23) default NULL,
`col2` varchar(23) character set latin1 collate latin1_german2_ci default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
1 row in set (0.00 sec)
mysql>
[25 Mar 2006 1:00]
Gisbert Selke
See also #16990.
[8 Sep 2006 12:28]
Mike Lischke
Duplicate to #16990
