mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
Merge a change from MySQL AB:
ChangeSet@1.2456.1.3, 2007-02-27 20:06:37+02:00, monty@mysql.com +2 -0 Fix (last) compiler warnings storage/innobase/pars/lexyy.c@1.23, 2007-02-27 20:06:36+02:00, monty@mysql.com +1 -1 Fix compiler warnings (fix is also in pars0lex.l)
This commit is contained in:
parent
5b7f96f982
commit
1e56010ea3
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ YY_RULE_SETUP
|
|||
yylval = sym_tab_add_bound_lit(pars_sym_tab_global,
|
||||
yytext + 1, &type);
|
||||
|
||||
return(type);
|
||||
return((int) type);
|
||||
}
|
||||
YY_BREAK
|
||||
case 4:
|
||||
|
|
Loading…
Add table
Reference in a new issue