Skip to content

Commit cb6d7c3

Browse files
Shelnutt2an3l
authored andcommitted
MDEV-20972: or alterative operator breaking windows build
Closes #1405
1 parent 6cedb67 commit cb6d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_subselect.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void Item_subselect::init(st_select_lex *select_lex,
123123
NO_MATTER :
124124
outer_select->parsing_place);
125125
if (unit->is_unit_op() &&
126-
(unit->first_select()->next_select() or unit->fake_select_lex))
126+
(unit->first_select()->next_select() || unit->fake_select_lex))
127127
engine= new subselect_union_engine(unit, result, this);
128128
else
129129
engine= new subselect_single_select_engine(select_lex, result, this);

0 commit comments

Comments
 (0)