Commit 5a8da660 authored by Sergei Golubchik's avatar Sergei Golubchik

make the code compile again

parent 74b06493
......@@ -1088,7 +1088,7 @@ int ha_maria::check(THD * thd, HA_CHECK_OPT * check_opt)
if ((file->s->state.changed & (STATE_CRASHED_FLAGS | STATE_MOVED)) ==
STATE_MOVED)
{
_ma_check_print_error(&param, zerofill_error_msg);
_ma_check_print_error(&param, "%s", zerofill_error_msg);
return HA_ADMIN_CORRUPT;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment