mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
branches/zip: ibuf_dummy_index_free(): Beautify the comment.
This commit is contained in:
parent
5b7e5de78b
commit
f6eb4a4a6e
1 changed files with 2 additions and 3 deletions
|
@ -1159,13 +1159,12 @@ ibuf_dummy_index_add_col(
|
|||
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
|
||||
void
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue