mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 19:55:32 +02:00
Merge remote-tracking branch '5.5' into 10.0
This commit is contained in:
commit
d833bb65d5
153 changed files with 1984 additions and 677 deletions
|
|
@ -210,7 +210,7 @@ void Server_side_cursor::operator delete(void *ptr, size_t size)
|
|||
MEM_ROOT own_root= *cursor->mem_root;
|
||||
|
||||
DBUG_ENTER("Server_side_cursor::operator delete");
|
||||
TRASH(ptr, size);
|
||||
TRASH_FREE(ptr, size);
|
||||
/*
|
||||
If this cursor has never been opened mem_root is empty. Otherwise
|
||||
mem_root points to the memory the cursor object was allocated in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue