Commit 75bb5e45 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

fix of windows compiler warnings

parent 5b43dbb3
......@@ -241,7 +241,7 @@ void mysql_client_binlog_statement(THD* thd)
goto end;
}
decoded_len= my_base64_needed_decoded_length(coded_len);
decoded_len= my_base64_needed_decoded_length((int)coded_len);
if (!(buf= (char *) my_malloc(decoded_len, MYF(MY_WME))))
{
my_error(ER_OUTOFMEMORY, MYF(ME_FATALERROR), 1);
......
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