Last modified: 2010-05-15 15:48:32 UTC
When try to create a page with title contain the char U+25008 either create it directly or rename a existing page the following : Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function "Article::insertOn". MySQL returned error "1406: Data too long for column 'page_title' at row 1 (localhost)".
What was the full page name that you tried to create? U+25008 should take up only four bytes by itself.
I have been able to create a page with U+25008. Marking bug as worksforme.
You're using the experimental MySQL 4.1/5.0 UTF-8 schema, and thus are limited to MySQL's incomplete UTF-8 support. Use the default (compatible) schema, which actually works. :)