mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MRR interface: change range_info's type from char* to range_id_t typedef. The goals are:
- cleaner code - ability to change from using pointers to offsets at some point
This commit is contained in:
@ -10519,7 +10519,7 @@ int QUICK_RANGE_SELECT::reset()
|
||||
|
||||
int QUICK_RANGE_SELECT::get_next()
|
||||
{
|
||||
char *dummy;
|
||||
range_id_t dummy;
|
||||
DBUG_ENTER("QUICK_RANGE_SELECT::get_next");
|
||||
if (in_ror_merged_scan)
|
||||
{
|
||||
|
Reference in New Issue
Block a user