1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +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

@@ -250,8 +250,6 @@ static int test_bug27876(MYSQL *mysql)
char query[500];
DBUG_ENTER("test_bug27876");
rc= mysql_query(mysql, "set names utf8");
check_mysql_rc(rc, mysql);