diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-02-18 15:18:35 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-02-27 12:35:10 +0100 |
commit | b6862c914f8b18bce41deea606770e9864aa0de5 (patch) | |
tree | f0c623ba4d5d6043353b9e051dc2e2c2371266c9 /storage/myisam/myisamdef.h | |
parent | b27fd90ad36f4194665744cc1dcdd05f2d0b47ef (diff) | |
download | mariadb-git-b6862c914f8b18bce41deea606770e9864aa0de5.tar.gz |
cleanup: remove now-unused argument
Diffstat (limited to 'storage/myisam/myisamdef.h')
-rw-r--r-- | storage/myisam/myisamdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamdef.h b/storage/myisam/myisamdef.h index 751aa9b6235..50439c0859d 100644 --- a/storage/myisam/myisamdef.h +++ b/storage/myisam/myisamdef.h @@ -708,7 +708,7 @@ void mi_disable_non_unique_index(MI_INFO *info, ha_rows rows); extern MI_INFO *test_if_reopen(char *filename); my_bool check_table_is_closed(const char *name, const char *where); -int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share, const char *orn_name); +int mi_open_datafile(MI_INFO *info, MYISAM_SHARE *share); int mi_open_keyfile(MYISAM_SHARE *share); void mi_setup_functions(register MYISAM_SHARE *share); |