summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0fil.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/fil0fil.h')
-rw-r--r--storage/innobase/include/fil0fil.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/innobase/include/fil0fil.h b/storage/innobase/include/fil0fil.h
index 65ca704b6d8..e06a5f308a7 100644
--- a/storage/innobase/include/fil0fil.h
+++ b/storage/innobase/include/fil0fil.h
@@ -1347,10 +1347,8 @@ struct fil_system_t
/**
Create the file system interface at database start.
-
- @param[in] hash_size hash table size
*/
- void create(ulint hash_size);
+ void create();
/** Close the file system interface at shutdown */
void close();