You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
fixup 9c02505474
: build failure outside clang
This commit is contained in:
@@ -1060,7 +1060,11 @@ static int test_read_timeout(MYSQL *unused __attribute__((unused)))
|
|||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
#if __has_feature(memory_sanitizer)
|
|
||||||
|
#ifndef __has_feature
|
||||||
|
# define __has_feature(x) 0
|
||||||
|
#endif
|
||||||
|
#if !__has_feature(memory_sanitizer)
|
||||||
#ifdef HAVE_REMOTEIO
|
#ifdef HAVE_REMOTEIO
|
||||||
void *remote_plugin;
|
void *remote_plugin;
|
||||||
static int test_remote1(MYSQL *mysql)
|
static int test_remote1(MYSQL *mysql)
|
||||||
|
Reference in New Issue
Block a user