mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
sql_select.cc:
Postfix for bug#22331 for windows platform. explain.test, explain.result: Cleanup after bugfix#22331.
This commit is contained in:
@ -7622,7 +7622,7 @@ static COND* substitute_for_best_equal_field(COND *cond,
|
||||
}
|
||||
}
|
||||
if (!((Item_cond*)cond)->argument_list()->elements)
|
||||
cond= new Item_int(cond->val_bool());
|
||||
cond= new Item_int((int32)cond->val_bool());
|
||||
|
||||
}
|
||||
else if (cond->type() == Item::FUNC_ITEM &&
|
||||
|
Reference in New Issue
Block a user