Skip to content

Commit 1146b5c

Browse files
committed
MDEV-26761: main.mysql_client_test fails with MemorySanitizer
Updated libmariadb and enable the test.
1 parent df94aa3 commit 1146b5c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

libmariadb

tests/mysql_client_test.c

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21194,10 +21194,7 @@ static void test_explain_meta()
2119421194
}
2119521195

2119621196

21197-
#if __has_feature(memory_sanitizer)
21198-
/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
21199-
#elif defined EMBEDDED_LIBRARY
21200-
#else
21197+
#ifndef EMBEDDED_LIBRARY
2120121198
#define MDEV19838_MAX_PARAM_COUNT 32
2120221199
#define MDEV19838_FIELDS_COUNT 17
2120321200
static void test_mdev19838()
@@ -21689,10 +21686,7 @@ static struct my_tests_st my_tests[]= {
2168921686
#endif
2169021687
{ "test_ps_params_in_ctes", test_ps_params_in_ctes },
2169121688
{ "test_explain_meta", test_explain_meta },
21692-
#if __has_feature(memory_sanitizer)
21693-
/* FIXME: MDEV-26761: main.mysql_client_test fails with MemorySanitizer */
21694-
#elif defined EMBEDDED_LIBRARY
21695-
#else
21689+
#ifndef EMBEDDED_LIBRARY
2169621690
{ "test_mdev19838", test_mdev19838 },
2169721691
#endif
2169821692
{ "test_mdev18408", test_mdev18408 },

0 commit comments

Comments
 (0)