mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MWL#67: MRR backport
- Make index condition pushdown be controlled by an @@optimizer_switch flag, not by @@engine_condition_pushdown - Make MRR buffer size be controlled by @@mrr_buffer_size, not by @@read_rnd_buffer_size - Move parts of code to separate files - Code cleanup - Add --sorted_result to some SELECTs in tests.
This commit is contained in:
@ -317,7 +317,7 @@ protected:
|
||||
public:
|
||||
uint mrr_flags; /* Flags to be used with MRR interface */
|
||||
protected:
|
||||
uint mrr_buf_size; /* copy from thd->variables.read_rnd_buff_size */
|
||||
uint mrr_buf_size; /* copy from thd->variables.mrr_buff_size */
|
||||
HANDLER_BUFFER *mrr_buf_desc; /* the handler buffer */
|
||||
|
||||
/* Info about index we're scanning */
|
||||
|
Reference in New Issue
Block a user