Skip to content

Commit

Permalink
compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Dec 3, 2014
1 parent ec4137c commit 316d8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_yacc.yy
Original file line number Diff line number Diff line change
Expand Up @@ -9831,7 +9831,7 @@ function_call_conflict:
| WEEK_SYM '(' expr ')'
{
Item *i1;
LEX_STRING name= {STRING_WITH_LEN("default_week_format")};
LEX_STRING name= {C_STRING_WITH_LEN("default_week_format")};
if (!(i1= get_system_var(thd, OPT_SESSION,
name, null_lex_str)))
MYSQL_YYABORT;
Expand Down

0 comments on commit 316d8c7

Please sign in to comment.