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

more test fixes

This commit is contained in:
Georg Richter
2013-03-13 21:43:39 +01:00
parent d1b93bd17e
commit 7afc51d9aa
7 changed files with 19 additions and 9 deletions

View File

@@ -169,7 +169,6 @@ static int test_change_user(MYSQL *mysql)
diag("Due to mysql_change_user security fix this test will not work anymore.");
return(SKIP);
DBUG_ENTER("test_change_user");
/* Prepare environment */
sprintf(buff, "drop database if exists %s", db);