Commit 793e93f5 authored by unknown's avatar unknown

Ensure that a 'bool' function really returns a value - was compiler error on...

Ensure that a 'bool' function really returns a value - was compiler error on some problems causing build failure.

parent e4d8d2bb
......@@ -1445,7 +1445,7 @@ static bool mysql_insert_select_prepare_tester(THD *thd)
and item_list belong to SELECT
*/
first_select->resolve_mode= SELECT_LEX::SELECT_MODE;
mysql_insert_select_prepare(thd);
return mysql_insert_select_prepare(thd);
}
......
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