-mariadb -e "create database test; use test; create table t(a int primary key) engine=innodb; insert into t values (1); select * from t; drop table t; drop database test;"
-mariadb -e "create database test; use test; create table t(a int primary key) engine=innodb; insert into t values (1); select * from t; drop table t; drop database test;"
-mariadb -e "create database test; use test; create table t(a int primary key) engine=innodb; insert into t values (1); select * from t; drop table t; drop database test;"
-mariadb -e "create database test; use test; create table t(a int primary key) engine=innodb; insert into t values (1); select * from t; drop table t; drop database test;"
variables:
GIT_STRATEGY:none
test basic features:
test basic features:
stage:test quality
stage:test quality
...
@@ -153,6 +157,8 @@ test basic features:
...
@@ -153,6 +157,8 @@ test basic features:
-mariadb -e "SELECT COUNT(*) FROM db.v_temptable"
-mariadb -e "SELECT COUNT(*) FROM db.v_temptable"
-mariadb -e "CALL db.p()"
-mariadb -e "CALL db.p()"
-mariadb -e "SELECT db.f()"
-mariadb -e "SELECT db.f()"
variables:
GIT_STRATEGY:none
# Stanza 'breaks-testbed' must be removed because the test 'upstream' will otherwise be skipped and
# Stanza 'breaks-testbed' must be removed because the test 'upstream' will otherwise be skipped and
# thus the command would return exit code 2, and be considered failed by Gitlab CI.
# thus the command would return exit code 2, and be considered failed by Gitlab CI.