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
Test fixes when testing against MySQL
This commit is contained in:
@@ -5489,9 +5489,13 @@ static int test_mdev19838(MYSQL *mysql)
|
||||
|
||||
static int test_conc627(MYSQL *mysql)
|
||||
{
|
||||
MYSQL_STMT *stmt= mysql_stmt_init(mysql);
|
||||
MYSQL_STMT *stmt;
|
||||
int rc;
|
||||
|
||||
SKIP_MYSQL(mysql);
|
||||
|
||||
stmt= mysql_stmt_init(mysql);
|
||||
|
||||
rc= mysql_stmt_prepare(stmt, SL("show grants for mysqltest_8"));
|
||||
check_stmt_rc(rc, stmt);
|
||||
|
||||
|
Reference in New Issue
Block a user