mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
sql_yacc.yy:
SET NAMES BINARY now works
This commit is contained in:
parent
1600a25a8f
commit
9ed0bb2156
1 changed files with 3 additions and 1 deletions
|
@ -1311,7 +1311,9 @@ charset_name:
|
|||
net_printf(YYTHD,ER_UNKNOWN_CHARACTER_SET,$1.str);
|
||||
YYABORT;
|
||||
}
|
||||
};
|
||||
}
|
||||
| BINARY { $$= &my_charset_bin; }
|
||||
;
|
||||
|
||||
charset_name_or_default:
|
||||
charset_name { $$=$1; }
|
||||
|
|
Loading…
Reference in a new issue