diff options
Diffstat (limited to 'innobase/include/dict0dict.h')
-rw-r--r-- | innobase/include/dict0dict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/include/dict0dict.h b/innobase/include/dict0dict.h index ebb34f7dda0..a1a1ebdfe08 100644 --- a/innobase/include/dict0dict.h +++ b/innobase/include/dict0dict.h @@ -356,6 +356,7 @@ dict_print_info_on_foreign_keys( a CREATE TABLE, otherwise in the format of SHOW TABLE STATUS */ FILE* file, /* in: file where to print */ + trx_t* trx, /* in: transaction */ dict_table_t* table); /* in: table */ /************************************************************************** Outputs info on a foreign key of a table in a format suitable for @@ -364,6 +365,7 @@ void dict_print_info_on_foreign_key_in_create_format( /*============================================*/ FILE* file, /* in: file where to print */ + trx_t* trx, /* in: transaction */ dict_foreign_t* foreign);/* in: foreign key constraint */ /************************************************************************ Displays the names of the index and the table. */ @@ -371,6 +373,7 @@ void dict_index_name_print( /*==================*/ FILE* file, /* in: output stream */ + trx_t* trx, /* in: transaction */ const dict_index_t* index); /* in: index to print */ /************************************************************************ Gets the first index on the table (the clustered index). */ |