Skip to content

Commit 8793a19

Browse files
committed
Removed further code per #469
1 parent 81c12c7 commit 8793a19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/MySQL_Session.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,7 @@ bool MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C
16941694
current_hostgroup=qpo->destination_hostgroup;
16951695
}
16961696
}
1697+
/*
16971698
if (autocommit_on_hostgroup >= 0) {
16981699
// the query is a "set autocommit=0"
16991700
// we set current_hostgroup=autocommit_on_hostgroup if possible
@@ -1704,6 +1705,7 @@ bool MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C
17041705
}
17051706
autocommit_on_hostgroup=-1; // at the end, always reset autocommit_on_hostgroup to -1
17061707
}
1708+
*/
17071709
return false;
17081710
}
17091711

0 commit comments

Comments
 (0)