Used with 'wrapper' engines, like SEQUENCE, to access to the underlaying engine used for storage. */
| 5661 | underlaying engine used for storage. |
| 5662 | */ |
| 5663 | virtual handlerton *storage_ht() const |
| 5664 | { return ht; } |
| 5665 | inline int ha_write_tmp_row(uchar *buf); |
| 5666 | inline int ha_delete_tmp_row(uchar *buf); |
| 5667 | inline int ha_update_tmp_row(const uchar * old_data, uchar * new_data); |
no outgoing calls
no test coverage detected