The mi_save_set_insert( ) function inserts a row into a save set.
This row structure is usually the row that the mi_next_row( ) function retrieves from a cursor of a query.
Because a save set is a FIFO structure, mi_save_set_insert( ) appends the new row to the end of the save set.
If the insert is successful, the mi_save_set_insert( ) function returns a pointer to the row structure it just inserted.
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]