Bug #801 create table t1 select x'41' doesn't work
Submitted: 7 Jul 2003 5:30 Modified: 15 Jul 2003 3:30
Reporter: Alexander Barkov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.1 current from BK OS:FreeBSD (FreeBSD 4.6)
Assigned to: Ramil Kalimullin CPU Architecture:Any

[7 Jul 2003 5:30] Alexander Barkov
Description:
$ mysql test
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 132 to server version: 4.1.1-alpha-debug-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create table t1 select x'41';
ERROR 1105 (HY000): Unknown error

How to repeat:
Run the above query
[15 Jul 2003 3:30] Ramil Kalimullin
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at 
    http://www.mysql.com/doc/en/Installing_source_tree.html