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

Skip test_returning, since it's not fixed on server yet (MDEV-23768)

This commit is contained in:
Georg Richter
2020-09-21 18:25:10 +02:00
parent 8752eea4f2
commit aa65bd1beb

View File

@@ -5205,6 +5205,9 @@ static int test_returning(MYSQL *mysql)
MYSQL_RES *result; MYSQL_RES *result;
int rc; int rc;
diag("MDEV-23768 not fixed yet");
return SKIP;
rc= mysql_query(mysql, "CREATE TEMPORARY TABLE t1 (a int not null auto_increment primary key, b json)"); rc= mysql_query(mysql, "CREATE TEMPORARY TABLE t1 (a int not null auto_increment primary key, b json)");
check_mysql_rc(rc, mysql); check_mysql_rc(rc, mysql);