Commit 47c770b3 authored by bar@bar.mysql.r18.ru's avatar bar@bar.mysql.r18.ru

sql_yacc.yy:

  set names binary  didn't work
  ,
parent 8f90a032
...@@ -4254,6 +4254,7 @@ set_expr_or_default: ...@@ -4254,6 +4254,7 @@ set_expr_or_default:
| DEFAULT { $$=0; } | DEFAULT { $$=0; }
| ON { $$=new Item_string("ON", 2, system_charset_info); } | ON { $$=new Item_string("ON", 2, system_charset_info); }
| ALL { $$=new Item_string("ALL", 3, 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