Comment 1 for bug 1395212

Revision history for this message
Pavani Puppala (pavani-puppala) wrote : Re: With multiple connections and statements, all statement handles seem to get closed on commit

The problem is because of multiple statements within a connection. So this problem can be reproduced with single connection and multiple statements. T2 driver is sending the wrong statement name to CLI, so CLI is trying to execute a statement that is already is closed state.