Commit a5ba7824 authored by unknown's avatar unknown

New syntax

CREATE TABLE tname (a CHAR(10) COLLATE latin1_de)

parent 0a11536c
......@@ -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