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
fix problems found by 10.0
This commit is contained in:
@@ -927,9 +927,6 @@ static int test_bug9992(MYSQL *mysql)
|
||||
|
||||
static int test_multi_statements(MYSQL *mysql)
|
||||
{
|
||||
SKIP_SKYSQL;
|
||||
SKIP_MAXSCALE;
|
||||
|
||||
MYSQL *mysql_local;
|
||||
MYSQL_RES *result;
|
||||
int rc;
|
||||
@@ -952,6 +949,9 @@ DROP TABLE IF EXISTS test_multi_tab";
|
||||
uint rows[]= {0, 0, 2, 1, 3, 2, 2, 1, 1, 0, 0, 1, 0};
|
||||
my_bool reconnect= 1;
|
||||
|
||||
SKIP_SKYSQL;
|
||||
SKIP_MAXSCALE;
|
||||
|
||||
/*
|
||||
First test that we get an error for multi statements
|
||||
(Because default connection is not opened with CLIENT_MULTI_STATEMENTS)
|
||||
|
Reference in New Issue
Block a user