mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
dict0crea.c:
Restore accidentally deleted comment to dict_create_sys_tables_tuple()
This commit is contained in:
@@ -32,6 +32,7 @@ static
|
|||||||
dtuple_t*
|
dtuple_t*
|
||||||
dict_create_sys_tables_tuple(
|
dict_create_sys_tables_tuple(
|
||||||
/*=========================*/
|
/*=========================*/
|
||||||
|
/* out: the tuple which should be inserted */
|
||||||
dict_table_t* table, /* in: table */
|
dict_table_t* table, /* in: table */
|
||||||
mem_heap_t* heap) /* in: memory heap from which the memory for
|
mem_heap_t* heap) /* in: memory heap from which the memory for
|
||||||
the built tuple is allocated */
|
the built tuple is allocated */
|
||||||
|
Reference in New Issue
Block a user