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
Plugin fixes
- include ma_errmsg.h if plugin is built dynamically - trace_example fixes
This commit is contained in:
@@ -979,7 +979,7 @@ static int test_read_timeout(MYSQL *unused __attribute__((unused)))
|
||||
mysql_options(my, MYSQL_OPT_READ_TIMEOUT, &timeout);
|
||||
FAIL_IF(!my_test_connect(my, hostname, username, password, schema,
|
||||
port, socketname, 0), mysql_error(my));
|
||||
|
||||
|
||||
rc= mysql_query(my, "SELECT SLEEP(50)");
|
||||
|
||||
FAIL_IF(rc == 0, "error expected");
|
||||
|
Reference in New Issue
Block a user