1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge MWL#121-125 DS-MRR improvements

- Address Monty's review feedback, part 1
This commit is contained in:
Sergey Petrunya
2010-11-22 17:08:22 +03:00
parent c635eb3319
commit 2ec43747f5
5 changed files with 28 additions and 26 deletions

View File

@ -8006,7 +8006,7 @@ QUICK_RANGE_SELECT *get_quick_select_for_ref(THD *thd, TABLE *table,
quick->mrr_buf_size= thd->variables.mrr_buff_size;
if (table->file->multi_range_read_info(quick->index, 1, (uint)records,
uint(-1),
~0,
&quick->mrr_buf_size,
&quick->mrr_flags, &cost))
goto err;