Commit 161fec7b authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

New syntax

CREATE TABLE tname (a CHAR(10) COLLATE latin1_de)
parent 9c94dea1
......@@ -1270,6 +1270,7 @@ opt_binary:
YYABORT;
}
}
| COLLATE_SYM charset_name { Lex->charset=$2; }
| CHAR_SYM SET charset_name { Lex->charset=$3; } ;
opt_primary:
......
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