diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index b970c1a64a0..f4c625662b2 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -4254,6 +4254,7 @@ set_expr_or_default: | DEFAULT { $$=0; } | ON { $$=new Item_string("ON", 2, system_charset_info); } | ALL { $$=new Item_string("ALL", 3, system_charset_info); } + | BINARY { $$=new Item_string("binary", 6, system_charset_info); } ;