mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -18503,6 +18503,7 @@ static void test_bug42373()
|
||||
DIE_UNLESS(rc == 1);
|
||||
|
||||
mysql_stmt_close(stmt);
|
||||
mysql_close(&con);
|
||||
|
||||
/* Now try with a multi-statement. */
|
||||
DIE_UNLESS(mysql_client_init(&con));
|
||||
@@ -18965,8 +18966,6 @@ static void test_progress_reporting()
|
||||
|
||||
|
||||
conn= client_connect(CLIENT_PROGRESS_OBSOLETE, MYSQL_PROTOCOL_TCP, 0);
|
||||
if (!(conn->server_capabilities & CLIENT_PROGRESS_OBSOLETE))
|
||||
return;
|
||||
DIE_UNLESS(conn->client_flag & CLIENT_PROGRESS_OBSOLETE);
|
||||
|
||||
mysql_options(conn, MYSQL_PROGRESS_CALLBACK, (void*) report_progress);
|
||||
@@ -20363,6 +20362,7 @@ static void test_bulk_delete()
|
||||
DIE_IF(atoi(row[0]) != 3);
|
||||
}
|
||||
DIE_IF(i != 1);
|
||||
mysql_free_result(result);
|
||||
|
||||
rc= mysql_query(mysql, "DROP TABLE t1");
|
||||
myquery(rc);
|
||||
|
Reference in New Issue
Block a user