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

10 lines
262 B

@@ -25,6 +25,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__)