summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-11-11 15:48:08 +0100
committerSergei Golubchik <serg@mariadb.org>2015-11-16 07:55:55 +0100
commitdaf3551cce65e7f80123838f1c3b731da209ee25 (patch)
tree99b35d33074306e549d0c6f5cae0b40424871155 /tests
parent2e0ac168272e074bc60e6760715d8186df92bd8a (diff)
downloadmariadb-git-daf3551cce65e7f80123838f1c3b731da209ee25.tar.gz
add missing DBUG_RETURN-s
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 98f42ff8c26..a1a52e832dd 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -17175,7 +17175,7 @@ static void test_bug28386()
if (! opt_silent)
printf("Skipping the test since logging to tables is not enabled\n");
/* Log output is not to tables */
- return;
+ DBUG_VOID_RETURN;
}
mysql_free_result(result);