| 1406 | virtual int cmp_offset(my_ptrdiff_t row_offset) |
| 1407 | { return cmp(ptr,ptr+row_offset); } |
| 1408 | virtual int cmp_binary_offset(uint row_offset) |
| 1409 | { return cmp_binary(ptr, ptr+row_offset); }; |
| 1410 | virtual int key_cmp(const uchar *a,const uchar *b) const |
| 1411 | { return cmp(a, b); } |
| 1412 | virtual int key_cmp(const uchar *str, uint length) const |
no outgoing calls
no test coverage detected