Reset gtid_hid at the beginning of every request

pull/2199/head
René Cannaò 7 years ago
parent 4c4380e818
commit 9172993e4a

@ -198,6 +198,7 @@ void Query_Info::begin(unsigned char *_p, int len, bool mysql_header) {
waiting_since = 0;
affected_rows=0;
rows_sent=0;
sess->gtid_hid=-1;
}
void Query_Info::end() {

Loading…
Cancel
Save