HHH-6702 mysql 51 test failures

This commit is contained in:
Strong Liu 2011-10-01 02:27:03 +08:00
parent 3d3b5b85f5
commit 3c07e5d6ba
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ public class CallableStatementProxyHandler extends PreparedStatementProxyHandler
}
private Object executeQuery() throws SQLException {
return getConnectionProxy().getJdbcServices().getDialect().getResultSet( ( CallableStatement ) this );
return getConnectionProxy().getJdbcServices().getDialect().getResultSet( ( CallableStatement ) getStatementWithoutChecks() );
}
}