Merge branch 'develop' into 1.2.1-binlog_router_trx
This commit is contained in:
@ -880,10 +880,12 @@ int fde_seen = 0;
|
|||||||
average_bytes = (double)((double)total_bytes / (double)n_transactions) * (1.0);
|
average_bytes = (double)((double)total_bytes / (double)n_transactions) * (1.0);
|
||||||
|
|
||||||
/* Report Binlog First and Last event */
|
/* Report Binlog First and Last event */
|
||||||
if (first_event.event_type == 0)
|
if (pos > 4) {
|
||||||
blr_print_binlog_details(router, fde_event, last_event);
|
if (first_event.event_type == 0)
|
||||||
else
|
blr_print_binlog_details(router, fde_event, last_event);
|
||||||
blr_print_binlog_details(router, first_event, last_event);
|
else
|
||||||
|
blr_print_binlog_details(router, first_event, last_event);
|
||||||
|
}
|
||||||
|
|
||||||
/* Report Transaction Summary */
|
/* Report Transaction Summary */
|
||||||
if (n_transactions != 0) {
|
if (n_transactions != 0) {
|
||||||
|
Reference in New Issue
Block a user