mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
add missing DBUG_RETURN-s
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user