Fix another trivial merge error

This commit is contained in:
Sergei Petrunia 2020-01-19 21:16:15 +03:00
parent 6373ec3ec7
commit 9be5c19c34

View file

@ -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;