You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/mariadb-client-library/ma_context.h.patch

14 lines
397 B

diff --git include/ma_context.h include/ma_context.h
index 0ad7f68b..ad26a721 100644
--- include/ma_context.h
+++ include/ma_context.h
@@ -26,6 +26,8 @@
(This particular implementation uses Posix ucontext swapcontext().)
*/
+#define HAVE_VALGRIND
+
#ifdef _WIN32
#define MY_CONTEXT_USE_WIN32_FIBERS 1
#elif defined(__GNUC__) && __GNUC__ >= 3 && defined(__x86_64__) && !defined(__ILP32__)