diff options
author | unknown <marko@hundin.mysql.fi> | 2004-07-30 16:58:25 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-07-30 16:58:25 +0300 |
commit | 4c939a799cf08c5da05d406b88e01c5449a7acc5 (patch) | |
tree | 102ae85c75f3fe9e0b3fab2c7c71e431955be1d9 /innobase/dict | |
parent | 3974f1cf5a42f115fca1a3f65ecf9143eab2c77e (diff) | |
download | mariadb-git-4c939a799cf08c5da05d406b88e01c5449a7acc5.tar.gz |
dict0crea.c:
Restore accidentally deleted comment to dict_create_sys_tables_tuple()
innobase/dict/dict0crea.c:
Restore accidentally deleted comment to dict_create_sys_tables_tuple()
Diffstat (limited to 'innobase/dict')
-rw-r--r-- | innobase/dict/dict0crea.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |