mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-5231: Per query variables from Percona Server (rewritten)
This commit is contained in:
@ -3441,6 +3441,7 @@ void Query_arena::free_items()
|
||||
{
|
||||
next= free_list->next;
|
||||
DBUG_ASSERT(free_list != next);
|
||||
DBUG_PRINT("info", ("free item: 0x%lx", (ulong) free_list));
|
||||
free_list->delete_self();
|
||||
}
|
||||
/* Postcondition: free_list is 0 */
|
||||
|
Reference in New Issue
Block a user