File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18426,6 +18426,7 @@ static void test_bug42373()
18426
18426
DIE_UNLESS(rc == 1);
18427
18427
18428
18428
mysql_stmt_close(stmt);
18429
+ mysql_close(&con);
18429
18430
18430
18431
/* Now try with a multi-statement. */
18431
18432
DIE_UNLESS(mysql_client_init(&con));
@@ -18888,8 +18889,6 @@ static void test_progress_reporting()
18888
18889
18889
18890
18890
18891
conn= client_connect(CLIENT_PROGRESS_OBSOLETE, MYSQL_PROTOCOL_TCP, 0);
18891
- if (!(conn->server_capabilities & CLIENT_PROGRESS_OBSOLETE))
18892
- return;
18893
18892
DIE_UNLESS(conn->client_flag & CLIENT_PROGRESS_OBSOLETE);
18894
18893
18895
18894
mysql_options(conn, MYSQL_PROGRESS_CALLBACK, (void*) report_progress);
@@ -19739,6 +19738,7 @@ static void test_bulk_delete()
19739
19738
DIE_IF(atoi(row[0]) != 3);
19740
19739
}
19741
19740
DIE_IF(i != 1);
19741
+ mysql_free_result(result);
19742
19742
19743
19743
rc= mysql_query(mysql, "DROP TABLE t1");
19744
19744
myquery(rc);
You can’t perform that action at this time.
0 commit comments