Bug #10279 No CHARSET option, only CHARACTER SET
Submitted: 30 Apr 2005 12:08 Modified: 18 May 2005 17:06
Reporter: Gleb Paharenko Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.04 OS:Linux (Linux)
Assigned to: Paul DuBois CPU Architecture:Any

[30 Apr 2005 12:08] Gleb Paharenko
Description:
We're able to create tables using CHARSET=xxx, but I haven't seen this option at
  http://dev.mysql.com/doc/mysql/en/create-table.html

Only CHARACTER SET.

How to repeat:
mysql> create table vr(a char(25))  charset=latin1;
Query OK, 0 rows affected (0.06 sec)

Suggested fix:
Add something like 
       | CHARSET ....
[18 May 2005 17:06] Paul DuBois
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).