Skip to content

Commit 04838c9

Browse files
committed
UT not passing on server 8.0.12
1 parent 80ce2ef commit 04838c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/unit/classes/preparedstatement.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,9 @@ void preparedstatement::callSPWithPS()
11441144
msg2 << "... val = '" << res->getString(1) << "'";
11451145
logMsg(msg2.str());
11461146

1147+
while(pstmt->getMoreResults())
1148+
{}
1149+
11471150
try
11481151
{
11491152
pstmt.reset(con->prepareStatement("CALL p(?)"));

0 commit comments

Comments
 (0)