diff options
Diffstat (limited to 'innobase/include/ha0ha.h')
-rw-r--r-- | innobase/include/ha0ha.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/ha0ha.h b/innobase/include/ha0ha.h index aeed7c32eff..945b1198a41 100644 --- a/innobase/include/ha0ha.h +++ b/innobase/include/ha0ha.h @@ -127,6 +127,8 @@ Prints info of a hash table. */ void ha_print_info( /*==========*/ + char* buf, /* in/out: buffer where to print */ + char* buf_end,/* in: buffer end */ hash_table_t* table); /* in: hash table */ |