summaryrefslogtreecommitdiff
path: root/myisam
diff options
context:
space:
mode:
Diffstat (limited to 'myisam')
-rw-r--r--myisam/myisamlog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/myisam/myisamlog.c b/myisam/myisamlog.c
index a6094cfd489..ddfafb91430 100644
--- a/myisam/myisamlog.c
+++ b/myisam/myisamlog.c
@@ -488,8 +488,7 @@ static int examine_log(my_string file_name, char **table_names)
command_name[command], (int) extra_command,result);
if (update && curr_file_info && !curr_file_info->closed)
{
- if (mi_extra(curr_file_info->isam,
- (int) extra_command) != (int) result)
+ if (mi_extra(curr_file_info->isam, extra_command) != (int) result)
{
fflush(stdout);
VOID(fprintf(stderr,