Bug #16633 partition with non-ascii names
Submitted: 19 Jan 2006 14:45 Modified: 11 Apr 2006 8:21
Reporter: Sergei Golubchik Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Partitions Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: Assigned Account CPU Architecture:Any

[19 Jan 2006 14:45] Sergei Golubchik
Description:
partition with non-ascii names cannot be created

How to repeat:
mysql> set names koi8r;
Query OK, 0 rows affected (0.00 sec)

mysql> CREATE TABLE т1 (a int not null,b int not null,c int not null,primary key(a,b)) partition by key (a) partitions 3 (partition п1, partition п2, partition п3);
060119 15:48:16 [ERROR] /usr/home/serg/Abk/mysql-5.1/sql/mysqld: Incorrect information in file: './test/@y01.frm'
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '©1  ENGINE = MyISAM, PARTITION п©2  ENGINE = MyISAM, PARTITION п©3  ENGINE = MyI' at line 1