[MDEV-6390] CONVERT TO CHARACTER SET utf8 doesn't change DEFAULT CHARSET Created: 2014-06-26 Updated: 2020-08-25 Resolved: 2017-02-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Affects Version/s: | 10.0.12, 10.1.0 |
| Fix Version/s: | 10.0.30 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Environment: |
debian6 x86_64 |
||
| Issue Links: |
|
||||||||
| Sprint: | 10.0.30 | ||||||||
| Description |
|
in the case where no text columns
|
| Comments |
| Comment by Elena Stepanova [ 2014-06-30 ] | ||||||||||||||||||||||||||||||||||
|
Also reproducible on current MySQL 5.6. It happens when there are no char columns in the table. Daniel, Will you report the bug upstream, or should I do it on your behalf? | ||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2014-07-01 ] | ||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2016-05-13 ] | ||||||||||||||||||||||||||||||||||
|
Apparently the upstream bug was fixed in 5.6 by this commit:
| ||||||||||||||||||||||||||||||||||
| Comment by Alexey Botchkov [ 2017-02-26 ] | ||||||||||||||||||||||||||||||||||
|
http://lists.askmonty.org/pipermail/commits/2017-February/010754.html | ||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2017-02-27 ] | ||||||||||||||||||||||||||||||||||
|
Thanks holyfoot for fixing this. |