mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
sql_yacc.yy:
set names binary didn't work , sql/sql_yacc.yy: set names binary didn't work ,
This commit is contained in:
@@ -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); }
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user