From c4ee1bcc103b5aa760c40e19899649f06990eddf Mon Sep 17 00:00:00 2001 From: "marko@hundin.mysql.fi" <> Date: Fri, 30 Jul 2004 16:58:25 +0300 Subject: [PATCH] dict0crea.c: Restore accidentally deleted comment to dict_create_sys_tables_tuple() --- innobase/dict/dict0crea.c | 1 + 1 file changed, 1 insertion(+) diff --git a/innobase/dict/dict0crea.c b/innobase/dict/dict0crea.c index 6ebefc98a24..31a601e68b0 100644 --- a/innobase/dict/dict0crea.c +++ b/innobase/dict/dict0crea.c @@ -32,6 +32,7 @@ static dtuple_t* dict_create_sys_tables_tuple( /*=========================*/ + /* out: the tuple which should be inserted */ dict_table_t* table, /* in: table */ mem_heap_t* heap) /* in: memory heap from which the memory for the built tuple is allocated */