Commit dd733967 authored by Sergei Golubchik's avatar Sergei Golubchik

typo (or bad merge?) fixed

parent c96b82f6
...@@ -6550,7 +6550,7 @@ unicode: ...@@ -6550,7 +6550,7 @@ unicode:
| UNICODE_SYM BINARY | UNICODE_SYM BINARY
{ {
if (!(Lex->charset= mysqld_collation_get_by_name("ucs2_bin"))) if (!(Lex->charset= mysqld_collation_get_by_name("ucs2_bin")))
my_error(ER_UNKNOWN_COLLATION, MYF(0), "ucs2_bin"); MYSQL_YYABORT;
} }
| BINARY UNICODE_SYM | BINARY UNICODE_SYM
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment