mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
MDEV-38327 Minor optimizer comment cleanups and refactoring
factor out common index merge checks of quick select types
This commit is contained in:
parent
308ed52fb0
commit
6229192647
5 changed files with 24 additions and 28 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue