summaryrefslogtreecommitdiff
path: root/storage/myisam/myisamchk.c
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2017-02-18 15:18:35 +0100
committerSergei Golubchik <serg@mariadb.org>2017-02-27 12:35:10 +0100
commitb6862c914f8b18bce41deea606770e9864aa0de5 (patch)
treef0c623ba4d5d6043353b9e051dc2e2c2371266c9 /storage/myisam/myisamchk.c
parentb27fd90ad36f4194665744cc1dcdd05f2d0b47ef (diff)
downloadmariadb-git-b6862c914f8b18bce41deea606770e9864aa0de5.tar.gz
cleanup: remove now-unused argument
Diffstat (limited to 'storage/myisam/myisamchk.c')
-rw-r--r--storage/myisam/myisamchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c
index cfd58418c87..c905ad4048d 100644
--- a/storage/myisam/myisamchk.c
+++ b/storage/myisam/myisamchk.c
@@ -1012,7 +1012,7 @@ static int myisamchk(HA_CHECK *param, char * filename)
MYF(MY_WME)); /* Close new file */
error|=change_to_newfile(filename, MI_NAME_DEXT, DATA_TMP_EXT,
0, MYF(0));
- if (mi_open_datafile(info,info->s, NULL))
+ if (mi_open_datafile(info, info->s))
error=1;
param->out_flag&= ~O_NEW_DATA; /* We are using new datafile */
param->read_cache.file=info->dfile;