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:
@@ -49,7 +49,6 @@ static int test_conc97(MYSQL *mysql)
|
||||
|
||||
static int test_conc83(MYSQL *unused __attribute__((unused)))
|
||||
{
|
||||
SKIP_MAXSCALE;
|
||||
MYSQL_STMT *stmt;
|
||||
int rc;
|
||||
MYSQL *mysql= mysql_init(NULL);
|
||||
@@ -57,6 +56,8 @@ static int test_conc83(MYSQL *unused __attribute__((unused)))
|
||||
|
||||
const char *query= "SELECT 1,2,3 FROM DUAL";
|
||||
|
||||
SKIP_MAXSCALE;
|
||||
|
||||
stmt= mysql_stmt_init(mysql);
|
||||
|
||||
mysql_options(mysql, MYSQL_OPT_RECONNECT, &reconnect);
|
||||
|
Reference in New Issue
Block a user