diff options
author | unknown <monty@hundin.mysql.fi> | 2001-08-23 00:59:19 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-08-23 00:59:19 +0300 |
commit | 44517da574ca2d073c2f3ea8e61c8cf49239c052 (patch) | |
tree | e1716c6e6a6176b553227ca22c281a03bc6f2214 /myisam | |
parent | 4d08cfd7500cc9fa43254576239384eccd0b47be (diff) | |
parent | 29ebdeb11ccbf43c5b0a3179bed602828eb36149 (diff) | |
download | mariadb-git-44517da574ca2d073c2f3ea8e61c8cf49239c052.tar.gz |
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Diffstat (limited to 'myisam')
-rw-r--r-- | myisam/myisamlog.c | 3 |
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, |