mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -375,7 +375,7 @@ void sf_report_leaked_memory(my_thread_id id)
|
||||
{
|
||||
my_thread_id tid = irem->thread_id && irem->flags & MY_THREAD_SPECIFIC ?
|
||||
irem->thread_id : 0;
|
||||
fprintf(stderr, "Warning: %4lu bytes lost at %p, allocated by T@%lu at ",
|
||||
fprintf(stderr, "Warning: %4lu bytes lost at %p, allocated by T@%llu at ",
|
||||
(ulong) irem->datasize, (char*) (irem + 1), tid);
|
||||
print_stack(irem->frame);
|
||||
total+= irem->datasize;
|
||||
|
Reference in New Issue
Block a user