1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix two missing DBUG_RETURN.

This commit is contained in:
unknown
2009-04-21 12:24:51 +02:00
parent 83290da1e6
commit 928c506ed9
2 changed files with 3 additions and 1 deletions

View File

@ -16295,6 +16295,8 @@ static void test_bug27876()
rc= mysql_query(mysql, "set names default");
myquery(rc);
DBUG_VOID_RETURN;
}