1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Merge branch '3.1' into 3.2

This commit is contained in:
Georg Richter
2022-03-01 11:28:33 +01:00
2 changed files with 9 additions and 2 deletions

View File

@@ -5423,6 +5423,8 @@ static int test_mdev19838(MYSQL *mysql)
char charvalue[] = "012345678901234567890123456789012345";
MYSQL_STMT *stmt;
SKIP_MAXSCALE;
rc = mysql_query(mysql, "CREATE temporary TABLE mdev19838("
"f1 char(36),"
"f2 char(36),"