1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00
- disabled conc566 test when running against SkySQL
- added 10.7 server
This commit is contained in:
Georg Richter
2021-11-18 17:00:45 +01:00
parent a1feead1e1
commit 37b3760ac9
2 changed files with 5 additions and 0 deletions

View File

@@ -5391,6 +5391,8 @@ static int test_conc566(MYSQL *mysql)
unsigned long cursor = CURSOR_TYPE_READ_ONLY;
const char* query= "call sp()";
SKIP_SKYSQL;
rc= mysql_query(mysql,"drop procedure if exists sp");
check_mysql_rc(rc, mysql);