Skip to content
Permalink
Browse files
Fixed a compiler warning.
  • Loading branch information
igorbabaev committed Sep 15, 2018
1 parent 7c76f8a commit 7419f72
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;
}
;

0 comments on commit 7419f72

Please sign in to comment.