summaryrefslogtreecommitdiff
path: root/innobase/ha/ha0ha.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/ha/ha0ha.c')
-rw-r--r--innobase/ha/ha0ha.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/innobase/ha/ha0ha.c b/innobase/ha/ha0ha.c
index 4489b25ec2b..eb28e15215d 100644
--- a/innobase/ha/ha0ha.c
+++ b/innobase/ha/ha0ha.c
@@ -293,11 +293,13 @@ ha_print_info(
hash_table_t* table) /* in: hash table */
{
hash_cell_t* cell;
-/* ha_node_t* node; */
- ulint nodes = 0;
- ulint cells = 0;
+/*
+ ha_node_t* node;
ulint len = 0;
ulint max_len = 0;
+ ulint nodes = 0;
+*/
+ ulint cells = 0;
ulint n_bufs;
ulint i;