mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
false/true -> FALSE/TRUE
Fixes after last merge
This commit is contained in:
@ -64,7 +64,7 @@ static int make_new_olap_select(LEX *lex, SELECT_LEX *select_lex, List<Item> new
|
||||
|
||||
while ((item=list_it++))
|
||||
{
|
||||
bool not_found=true;
|
||||
bool not_found= TRUE;
|
||||
if (item->type()==Item::FIELD_ITEM)
|
||||
{
|
||||
Item_field *iif = (Item_field *)item;
|
||||
|
Reference in New Issue
Block a user