You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
apply clang-format
This commit is contained in:
committed by
Leonid Fedorov
parent
904ac415e4
commit
8efdee6eca
@ -6744,7 +6744,7 @@ int processFrom(bool& isUnion, SELECT_LEX& select_lex, gp_walk_info& gwi, SCSEP&
|
||||
// is_unit_op() give a segv for derived_handler's SELECT_LEX
|
||||
|
||||
// check INTERSECT or EXCEPT, that are not implemented
|
||||
auto * nextSelect = select_lex.master_unit()->first_select()->next_select();
|
||||
auto* nextSelect = select_lex.master_unit()->first_select()->next_select();
|
||||
if (nextSelect)
|
||||
{
|
||||
if (nextSelect->get_linkage() == INTERSECT_TYPE)
|
||||
|
Reference in New Issue
Block a user