Removed unused XID var

Removed unused XID var
This commit is contained in:
MassimilianoPinto 2015-09-14 09:43:13 +02:00
parent c11c4733a4
commit 955974d06b

View File

@ -1267,8 +1267,6 @@ double average_bytes = 0;
if(hdr.event_type == XID_EVENT) {
/* Commit received for a transactional tables, i.e. InnoDB */
unsigned long long xid = (unsigned long long)extract_field(ptr, 64);
skygw_log_write(LD, "XID_EVENT: %llu", xid);
if (pending_transaction > 0) {
pending_transaction = 2;