mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-30651: Assertion `sel->quick' in make_range_rowid_filters, followup
Review followup: RANGE_OPT_PARAM statement_should_be_aborted() checks for thd->is_fatal_error and thd->is_error(). The first is redundant when the second is present.
This commit is contained in:
@ -736,7 +736,6 @@ public:
|
|||||||
{
|
{
|
||||||
return
|
return
|
||||||
thd->killed ||
|
thd->killed ||
|
||||||
thd->is_fatal_error ||
|
|
||||||
thd->is_error() ||
|
thd->is_error() ||
|
||||||
alloced_sel_args > SEL_ARG::MAX_SEL_ARGS;
|
alloced_sel_args > SEL_ARG::MAX_SEL_ARGS;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user