1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-10963 manual merge 10.1->10.3.

This commit is contained in:
Andrei Elkin
2019-02-11 14:36:24 +02:00
parent 0cdcb5f083
commit fa57e11844
4 changed files with 17 additions and 61 deletions

View File

@@ -896,10 +896,8 @@ static bool print_base64(PRINT_EVENT_INFO *print_event_info, Log_event *ev)
type_str);
return 1;
}
ev->print(result_file, print_event_info);
return
print_event_info->head_cache.error == -1 ||
print_event_info->body_cache.error == -1;
return ev->print(result_file, print_event_info);
}