You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
travis:
- disabled conc566 test when running against SkySQL - added 10.7 server
This commit is contained in:
@@ -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
|
||||||
|
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user