From a6a05a04975860a654569cf200649e70e79d6365 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Thu, 1 Jul 2021 11:15:28 +0200 Subject: test for mdev-26015 was defined twice --- tests/mysql_client_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 5318bdb5dc4..3bd78f1148c 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -20079,7 +20079,6 @@ static void test_mdev19838() #endif // EMBEDDED_LIBRARY static struct my_tests_st my_tests[]= { - { "test_mdev26015", test_mdev26015 }, { "disable_query_logs", disable_query_logs }, { "test_view_sp_list_fields", test_view_sp_list_fields }, { "client_query", client_query }, -- cgit v1.2.1