Commit 1159272c authored by unknown's avatar unknown

sql_yacc.yy:

  SET NAMES BINARY now works


sql/sql_yacc.yy:
  SET NAMES BINARY now works
parent 89fee820
......@@ -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; }
......
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