mi_integer am_update(MI_AM_TABLE_DESC *tableDesc, MI_ROW *row, mi_integer rowid);
The am_update function modifies the contents of an existing row.
If the access method needs to move the updated row, am_update can take the following actions:
MI_OK indicates success. MI_ERROR indicates failure.
See the descriptions of: