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
Fix for OS-X build (Thanks to Eric Trinh)
test case fixes: removed obsolete DBUG_* stuff
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user