fix of windows compiler warnings
This commit is contained in:
parent
5b43dbb33e
commit
75bb5e457c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user