mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
@ -2310,7 +2310,7 @@ static Exit_status dump_local_log_entries(PRINT_EVENT_INFO *print_event_info,
|
||||
my_off_t length,tmp;
|
||||
for (length= start_position_mot ; length > 0 ; length-=tmp)
|
||||
{
|
||||
tmp=min(length,sizeof(buff));
|
||||
tmp= MY_MIN(length,sizeof(buff));
|
||||
if (my_b_read(file, buff, (uint) tmp))
|
||||
{
|
||||
error("Failed reading from file.");
|
||||
|
Reference in New Issue
Block a user