MDEV-38327 Minor optimizer comment cleanups and refactoring

factor out common index merge checks of quick select types
This commit is contained in:
Yuchen Pei 2026-01-19 15:04:53 +11:00 committed by Sergei Petrunia
commit 6229192647
5 changed files with 24 additions and 28 deletions

View file

@ -4034,7 +4034,7 @@ row_search_idx_cond_check(
byte* mysql_rec, /*!< out: record
in MySQL format (invalid unless
prebuilt->idx_cond!=NULL and
we return ICP_MATCH) */
we return CHECK_POS) */
row_prebuilt_t* prebuilt, /*!< in/out: prebuilt struct
for the table handle */
const rec_t* rec, /*!< in: InnoDB record */