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

Fix for OS-X build (Thanks to Eric Trinh)

test case fixes:
  removed obsolete DBUG_* stuff
This commit is contained in:
Georg Richter
2014-11-02 05:54:30 +01:00
parent 814adc67e8
commit 1006e18468
6 changed files with 5 additions and 12 deletions

View File

@@ -642,8 +642,6 @@ static int test_bug29306(MYSQL *mysql)
int rc;
MYSQL_RES *res;
DBUG_ENTER("test_bug29306");
rc= mysql_query(mysql, "DROP TABLE IF EXISTS tab17557");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "DROP VIEW IF EXISTS view17557");