| 14043 | */ |
| 14044 | |
| 14045 | QUICK_SELECT_I *QUICK_RANGE_SELECT::make_reverse(uint used_key_parts_arg) |
| 14046 | { |
| 14047 | QUICK_SELECT_DESC *new_quick= new QUICK_SELECT_DESC(this, used_key_parts_arg); |
| 14048 | if (new_quick == NULL) |
| 14049 | { |
| 14050 | delete new_quick; |
| 14051 | return NULL; |
| 14052 | } |
| 14053 | return new_quick; |
| 14054 | } |
| 14055 | |
| 14056 | |
| 14057 | /* |
no outgoing calls