summaryrefslogtreecommitdiff
path: root/innobase/ha/hash0hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/ha/hash0hash.c')
-rw-r--r--innobase/ha/hash0hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/ha/hash0hash.c b/innobase/ha/hash0hash.c
index 18b5b3cefd6..facdea66198 100644
--- a/innobase/ha/hash0hash.c
+++ b/innobase/ha/hash0hash.c
@@ -74,7 +74,7 @@ Creates a hash table with >= n array cells. The actual number of cells is
chosen to be a prime number slightly bigger than n. */
hash_table_t*
-hash0_create(
+hash_create(
/*========*/
/* out, own: created table */
ulint n) /* in: number of array cells */