[Commits] 64ca3812839: buildbot finding
revision-id: 64ca3812839824baf0e300d5d11aa2a03c6a2537 (mariadb-10.3.6-44-g64ca3812839) parent(s): e304f088837682f6186f56ee34bd74e9f33a59c3 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2018-04-24 15:17:58 +0200 message: buildbot finding --- tests/mysql_client_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index e574d6b6e78..97ffa5bc8ac 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -20236,8 +20236,6 @@ static void test_proxy_header() test_proxy_header_ignore(); } -#endif - static void test_bulk_autoinc() { @@ -20291,6 +20289,8 @@ static void test_bulk_autoinc() myquery(rc); } +#endif + static struct my_tests_st my_tests[]= { { "disable_query_logs", disable_query_logs }, { "test_view_sp_list_fields", test_view_sp_list_fields }, @@ -20576,8 +20576,8 @@ static struct my_tests_st my_tests[]= { { "test_mdev14454", test_mdev14454 }, #ifndef EMBEDDED_LIBRARY { "test_proxy_header", test_proxy_header}, -#endif { "test_bulk_autoinc", test_bulk_autoinc}, +#endif { 0, 0 } };
participants (1)
-
Oleksandr Byelkin