summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2009-04-21 12:24:51 +0200
committerunknown <knielsen@knielsen-hq.org>2009-04-21 12:24:51 +0200
commit928c506ed93fc8f81efea8d2e8771176c8313730 (patch)
treec14db326e407aa97a5f4c586039493c4b04a4029 /tests
parent83290da1e6b553d69711d7eb4e302aaeb608f362 (diff)
downloadmariadb-git-928c506ed93fc8f81efea8d2e8771176c8313730.tar.gz
Fix two missing DBUG_RETURN.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
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;
}