MDEV-26761: main.mysql_client_test fails with MemorySanitizer
Updated libmariadb and enable the test.
This commit is contained in:
parent
df94aa344b
commit
1146b5cb58
@ -1 +1 @@
|
|||||||
Subproject commit b99172386a740ef0c8136e9a6cd7d9ad9a77b31f
|
Subproject commit 33853036dd2793ecdf36a2b6978c5d114ddd76c7
|
@ -21194,10 +21194,7 @@ static void test_explain_meta()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if __has_feature(memory_sanitizer)
|
#ifndef EMBEDDED_LIBRARY
|
||||||
/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
|
|
||||||
#elif defined EMBEDDED_LIBRARY
|
|
||||||
#else
|
|
||||||
#define MDEV19838_MAX_PARAM_COUNT 32
|
#define MDEV19838_MAX_PARAM_COUNT 32
|
||||||
#define MDEV19838_FIELDS_COUNT 17
|
#define MDEV19838_FIELDS_COUNT 17
|
||||||
static void test_mdev19838()
|
static void test_mdev19838()
|
||||||
@ -21689,10 +21686,7 @@ static struct my_tests_st my_tests[]= {
|
|||||||
#endif
|
#endif
|
||||||
{ "test_ps_params_in_ctes", test_ps_params_in_ctes },
|
{ "test_ps_params_in_ctes", test_ps_params_in_ctes },
|
||||||
{ "test_explain_meta", test_explain_meta },
|
{ "test_explain_meta", test_explain_meta },
|
||||||
#if __has_feature(memory_sanitizer)
|
#ifndef EMBEDDED_LIBRARY
|
||||||
/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
|
|
||||||
#elif defined EMBEDDED_LIBRARY
|
|
||||||
#else
|
|
||||||
{ "test_mdev19838", test_mdev19838 },
|
{ "test_mdev19838", test_mdev19838 },
|
||||||
#endif
|
#endif
|
||||||
{ "test_mdev18408", test_mdev18408 },
|
{ "test_mdev18408", test_mdev18408 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user