1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +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

@@ -50,6 +50,7 @@ jobs:
- env: srv=mariadb v=10.4 local=1 - env: srv=mariadb v=10.4 local=1
- env: srv=mariadb v=10.5 local=1 - env: srv=mariadb v=10.5 local=1
- env: srv=mariadb v=10.6 local=1 - env: srv=mariadb v=10.6 local=1
- env: srv=mariadb v=10.7 local=1
- if: type = push AND fork = false - if: type = push AND fork = false
env: srv=mariadb-es v=10.5 env: srv=mariadb-es v=10.5
- if: type = push AND fork = false - if: type = push AND fork = false
@@ -64,5 +65,7 @@ jobs:
env: srv=skysql-ha env: srv=skysql-ha
- env: server_branch=10.6 - env: server_branch=10.6
- env: server_branch=10.6 TEST_OPTION=--ps-protocol - env: server_branch=10.6 TEST_OPTION=--ps-protocol
- env: server_branch=10.7
- env: server_branch=10.7 TEST_OPTION=--ps-protocol
script: ./travis.sh script: ./travis.sh

View File

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