Commit 49557aae authored by Georgi Kodinov's avatar Georgi Kodinov

merged compilation warning fixes

parents c6ca40fb 45c70a2e
......@@ -4235,7 +4235,7 @@ void Item_func_set_user_var::save_item_result(Item *item)
bool
Item_func_set_user_var::update()
{
bool res= NULL;
bool res= 0;
DBUG_ENTER("Item_func_set_user_var::update");
switch (cached_result_type) {
......
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