Commit f6eb4a4a authored by marko's avatar marko

branches/zip: ibuf_dummy_index_free(): Beautify the comment.

parent 5b7e5de7
...@@ -1159,13 +1159,12 @@ ibuf_dummy_index_add_col( ...@@ -1159,13 +1159,12 @@ ibuf_dummy_index_add_col(
dict_table_get_nth_col(index->table, i), len); dict_table_get_nth_col(index->table, i), len);
} }
/********************************************************************//** /********************************************************************//**
Deallocates a dummy index for inserting a record to a non-clustered index. Deallocates a dummy index for inserting a record to a non-clustered index. */
*/
static static
void void
ibuf_dummy_index_free( ibuf_dummy_index_free(
/*==================*/ /*==================*/
dict_index_t* index) /*!< in: dummy index */ dict_index_t* index) /*!< in, own: dummy index */
{ {
dict_table_t* table = index->table; dict_table_t* table = index->table;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment