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
Fixes for bigendian systems (CONC-252, CONC-265)
This commit is contained in:
@@ -63,6 +63,9 @@ static int test_conc_27(MYSQL *mysql)
|
||||
DWORD threads[THREAD_NUM];
|
||||
#endif
|
||||
|
||||
diag("please run this test manually as root");
|
||||
return SKIP;
|
||||
|
||||
rc= mysql_query(mysql, "DROP TABLE IF EXISTS t_conc27");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
||||
|
Reference in New Issue
Block a user