sql_yacc.yy:

set names binary  didn't work
  ,


sql/sql_yacc.yy:
  set names binary  didn't work
  ,
This commit is contained in:
unknown 2003-02-27 17:45:40 +04:00
parent f047e28068
commit c00be6a648

View File

@ -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); }
;