1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

Fixed bug in character set autodetection

Fixed compiler warnings in test suite
Skipped change_users tests: They don't work anymore (mysql_change_user) security fix
Applied patch from John Schember
This commit is contained in:
Georg Richter
2013-03-13 11:00:56 +01:00
parent 420907a65a
commit d1b93bd17e
5 changed files with 18 additions and 9 deletions

View File

@@ -569,7 +569,7 @@ static int test_bug19671(MYSQL *mysql)
rc= mysql_query(mysql, "drop table t1");
check_mysql_rc(rc, mysql);
return OK;
return retcode;
}
/*