Commit a37ae546 authored by monty@mashka.mysql.fi's avatar monty@mashka.mysql.fi

Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0

parents b4d508b4 c180ae2e
...@@ -1090,8 +1090,9 @@ attribute: ...@@ -1090,8 +1090,9 @@ attribute:
opt_binary: opt_binary:
/* empty */ {} /* empty */ {}
| BINARY { Lex->type|=BINARY_FLAG; }; | BINARY { Lex->type|=BINARY_FLAG; }
| CHAR_SYM SET opt_equal ident {} | CHAR_SYM SET opt_equal ident {}
;
references: references:
REFERENCES table_ident opt_on_delete {} REFERENCES table_ident opt_on_delete {}
......
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