summaryrefslogtreecommitdiff
path: root/tests/mysql_client_test.c
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-10-05 17:04:51 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2021-10-05 17:04:51 +0300
commitc073c9a930b23a6a02ef301235f921c28cbb7d26 (patch)
treefe35cca4b7e7cb42298747054f7994ef27e1ed04 /tests/mysql_client_test.c
parent4ca56e8348c7bd20cb7544a607b730d6038746b6 (diff)
parent1146b5cb58d258d15f59558cc10caffc2f29f79f (diff)
downloadmariadb-git-c073c9a930b23a6a02ef301235f921c28cbb7d26.tar.gz
Merge 10.5 into 10.6
Diffstat (limited to 'tests/mysql_client_test.c')
-rw-r--r--tests/mysql_client_test.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 1a0cccf3bce..fb0ed50b8d7 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -21197,10 +21197,7 @@ static void test_explain_meta()
}
-#if __has_feature(memory_sanitizer)
-/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
-#elif defined EMBEDDED_LIBRARY
-#else
+#ifndef EMBEDDED_LIBRARY
#define MDEV19838_MAX_PARAM_COUNT 32
#define MDEV19838_FIELDS_COUNT 17
static void test_mdev19838()
@@ -21821,10 +21818,7 @@ static struct my_tests_st my_tests[]= {
#endif
{ "test_ps_params_in_ctes", test_ps_params_in_ctes },
{ "test_explain_meta", test_explain_meta },
-#if __has_feature(memory_sanitizer)
-/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
-#elif defined EMBEDDED_LIBRARY
-#else
+#ifndef EMBEDDED_LIBRARY
{ "test_mdev19838", test_mdev19838 },
#endif
{ "test_mdev18408", test_mdev18408 },