mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix another trivial merge error
This commit is contained in:
parent
6373ec3ec7
commit
9be5c19c34
1 changed files with 2 additions and 2 deletions
|
@ -493,8 +493,8 @@ void sp_head::destroy(sp_head *sp)
|
|||
{
|
||||
/* Make a copy of main_mem_root as free_root will free the sp */
|
||||
MEM_ROOT own_root= sp->main_mem_root;
|
||||
DBUG_PRINT("info", ("mem_root 0x%lx moved to 0x%lx",
|
||||
(ulong) &sp->mem_root, (ulong) &own_root));
|
||||
DBUG_PRINT("info", ("mem_root %p moved to %p",
|
||||
&sp->mem_root, &own_root));
|
||||
delete sp;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue