diff options
author | Georg Richter <georg@mariadb.com> | 2021-07-01 11:15:28 +0200 |
---|---|---|
committer | Georg Richter <georg@mariadb.com> | 2021-07-01 11:15:28 +0200 |
commit | a6a05a04975860a654569cf200649e70e79d6365 (patch) | |
tree | 1822484c1c1522b30268f03c27e637801c107e78 | |
parent | 00988af3578a6ea80d97db83c4de23db8d786418 (diff) | |
download | mariadb-git-bb-10.2-MDEV-26015.tar.gz |
test for mdev-26015 was defined twicebb-10.2-MDEV-26015
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 }, |