mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed some memory leaks
Disabled some asserts that we can't yet have enabled
This commit is contained in:
@ -43,7 +43,7 @@ bool
|
||||
Sql_cmd_get_diagnostics::execute(THD *thd)
|
||||
{
|
||||
bool rv;
|
||||
Diagnostics_area new_stmt_da(thd->query_id, false);
|
||||
Diagnostics_area new_stmt_da(thd->query_id, false, true);
|
||||
Diagnostics_area *save_stmt_da= thd->get_stmt_da();
|
||||
DBUG_ENTER("Sql_cmd_get_diagnostics::execute");
|
||||
|
||||
|
Reference in New Issue
Block a user