Skip to content

Commit

Permalink
Removed further code per #469
Browse files Browse the repository at this point in the history
renecannao committed Jan 16, 2016
1 parent 81c12c7 commit 8793a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/MySQL_Session.cpp
Original file line number Diff line number Diff line change
@@ -1694,6 +1694,7 @@ bool MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C
current_hostgroup=qpo->destination_hostgroup;
}
}
/*
if (autocommit_on_hostgroup >= 0) {
// the query is a "set autocommit=0"
// 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
}
autocommit_on_hostgroup=-1; // at the end, always reset autocommit_on_hostgroup to -1
}
*/
return false;
}

0 comments on commit 8793a19

Please sign in to comment.