You've already forked mariadb-connector-c
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:
@@ -5205,6 +5205,9 @@ static int test_returning(MYSQL *mysql)
|
||||
MYSQL_RES *result;
|
||||
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)");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
||||
|
Reference in New Issue
Block a user