Skip to content

Commit 7d46019

Browse files
committed
Merge trunk
2 parents b81cfcf + e60ace7 commit 7d46019

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

driver/mysql_ps_resultset.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ void
253253
MySQL_Prepared_ResultSet::closeIntern()
254254
{
255255
CPP_ENTER("MySQL_Prepared_ResultSet::closeIntern");
256-
proxy->stmt_free_result();
257256
is_valid = false;
258257
}
259258
/* }}} */

test/unit/bugs/bugs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,8 +935,6 @@ void bugs::bug21067193()
935935
logMsg("bugs::bug21067193");
936936
try
937937
{
938-
int x = std::numeric_limits<int>::max();
939-
int y = std::numeric_limits<int>::min();
940938

941939

942940
stmt->execute("DROP TABLE IF EXISTS bug21067193");

test/unit/bugs/bugs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class bugs : public unit_fixture
6565
TEST_CASE(bug17218692);
6666
TEST_CASE(bug21053335);
6767
TEST_CASE(bug21067193);
68+
TEST_CASE(bug21066575);
6869
}
6970

7071
/**

0 commit comments

Comments
 (0)