Commit 7419f72b authored by Igor Babaev's avatar Igor Babaev

Fixed a compiler warning.

parent 7c76f8aa
......@@ -14079,7 +14079,7 @@ with_list_element:
if (elem == NULL || Lex->curr_with_clause->add_with_element(elem))
MYSQL_YYABORT;
if (elem->set_unparsed_spec(thd, spec_start, $8,
spec_start - query_start))
(uint) (spec_start - query_start)))
MYSQL_YYABORT;
}
;
......
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