mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
ha_archive.cc:
Added cast to fix windows compile error
This commit is contained in:
parent
d502f28f1c
commit
7de0a01800
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ int ha_archive::optimize(THD* thd, HA_CHECK_OPT* check_opt)
|
|||
}
|
||||
}
|
||||
|
||||
my_free(buf, MYF(0));
|
||||
my_free((char*)buf, MYF(0));
|
||||
if (rc && rc != HA_ERR_END_OF_FILE)
|
||||
goto error;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue