Purpose
Return next row in index.
Synopsis
virtual int index_next
( |
buf) ; |
|
Description
This is the index_next
method.
Used to read forward through the index.
Parameters
Return Values
This function has no return values.
Usage
Advance to next row in index using pointer or cursor, return row
in buffer.
Default Implementation
{ return HA_ERR_WRONG_COMMAND; }