mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Applying InnoDB plugin snashot
Detailed revision comments: r6109 | jyang | 2009-10-29 10:37:32 +0200 (Thu, 29 Oct 2009) | 7 lines branches/zip: In os_mem_alloc_large(), if we fail to attach the shared memory, reset memory pointer ptr to NULL, and allocate memory from conventional pool. Bug #48237 Error handling in os_mem_alloc_large appears to be incorrect rb://198 Approved by: Marko
This commit is contained in:
parent
be3fd511c5
commit
5b62cd212e
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ os_mem_alloc_large(
|
|||
fprintf(stderr, "InnoDB: HugeTLB: Warning: Failed to"
|
||||
" attach shared memory segment, errno %d\n",
|
||||
errno);
|
||||
ptr = NULL;
|
||||
}
|
||||
|
||||
/* Remove the shared memory segment so that it will be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue