Commit c00be6a6 authored by unknown's avatar unknown

sql_yacc.yy:

  set names binary  didn't work
  ,


sql/sql_yacc.yy:
  set names binary  didn't work
  ,
parent f047e280
......@@ -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); }
;
......
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