summaryrefslogtreecommitdiff
path: root/innobase/include/ha0ha.h
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/ha0ha.h')
-rw-r--r--innobase/include/ha0ha.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/innobase/include/ha0ha.h b/innobase/include/ha0ha.h
index c3fc04b47bb..bdaecfcc57a 100644
--- a/innobase/include/ha0ha.h
+++ b/innobase/include/ha0ha.h
@@ -127,8 +127,7 @@ Prints info of a hash table. */
void
ha_print_info(
/*==========*/
- char* buf, /* in/out: buffer where to print */
- char* buf_end,/* in: buffer end */
+ FILE* file, /* in: file where to print */
hash_table_t* table); /* in: hash table */
/* The hash table external chain node */