Bug #69148 | clarifications on bytes vs chars for extending varchars via online alter table | ||
---|---|---|---|
Submitted: | 5 May 2013 13:22 | Modified: | 6 Jul 2015 15:24 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.7.2 | OS: | Any |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[5 May 2013 13:22]
Shane Bester
[6 Jul 2015 15:07]
MySQL Verification Team
also http://bugs.mysql.com/bug.php?id=77630
[6 Jul 2015 15:24]
Paul DuBois
For information about the distinction between bytes and characters, see: http://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html And also the subsections of: http://dev.mysql.com/doc/refman/5.7/en/string-types.html To find the maximum number of bytes used by characters of a given character set, see the Maxlen column of SHOW CHARACTER SET output: http://dev.mysql.com/doc/refman/5.7/en/show-character-set.html