diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 24335702ee3..8bf04e2ddfe 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -16295,6 +16295,8 @@ static void test_bug27876() rc= mysql_query(mysql, "set names default"); myquery(rc); + + DBUG_VOID_RETURN; } |