| 4015 | } |
| 4016 | |
| 4017 | void handler::change_table_ptr(TABLE *table_arg, TABLE_SHARE *share) |
| 4018 | { |
| 4019 | DBUG_ASSERT(table_arg->s == share); |
| 4020 | table= table_arg; |
| 4021 | table_share= share; |
| 4022 | costs= &share->optimizer_costs; |
| 4023 | reset_statistics(); |
| 4024 | } |
| 4025 | |
| 4026 | |
| 4027 | int handler::ha_rnd_next(uchar *buf) |
no outgoing calls
no test coverage detected