mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
mysqltest: result_format fix
--result_format 2 command fails with assertion: DbugExit (why=0x7fffffff49e0 "missing DBUG_RETURN or DBUG_VOID_RETURN macro in function \"do_result_format_version\"\n") at ../src/dbug/dbug.c:2045
This commit is contained in:
parent
d5247592c5
commit
fbd736c872
1 changed files with 1 additions and 0 deletions
|
|
@ -2852,6 +2852,7 @@ do_result_format_version(struct st_command *command)
|
|||
dynstr_append_mem(&ds_res, ds_version.str, ds_version.length);
|
||||
dynstr_append_mem(&ds_res, STRING_WITH_LEN("\n"));
|
||||
dynstr_free(&ds_version);
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue