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
Merge pull request #2421 from denis0x0D/MCOL-4778
[MCOL-4778] Return if we have an error in push_down_init.
This commit is contained in:
@ -962,6 +962,9 @@ select_handler* create_columnstore_select_handler(THD* thd, SELECT_LEX* select_l
|
||||
{
|
||||
my_printf_error(ER_INTERNAL_ERROR, "%s", MYF(0), "Error occured in ha_mcs_impl_pushdown_init()");
|
||||
}
|
||||
|
||||
// We had an error in `ha_mcs_impl_pushdown_init`, no need to continue execution of this query.
|
||||
return handler;
|
||||
}
|
||||
|
||||
// Unset select_lex::first_cond_optimization
|
||||
|
Reference in New Issue
Block a user