| 1008 | bound_tracker(thd, partition_list) {} |
| 1009 | |
| 1010 | void init(READ_RECORD *info) |
| 1011 | { |
| 1012 | Table_read_cursor::init(info); |
| 1013 | bound_tracker.init(); |
| 1014 | end_of_partition= false; |
| 1015 | } |
| 1016 | |
| 1017 | /* |
| 1018 | Informs the cursor that we need to move into the next partition. |