mariadb/storage/innobase
Aditya A 5f502ea371 BUG#16069598 - SERVER CRASH BY NULL POINTER DEREFERENCING IN
MEM_HEAP_CREATE_BLOCK() 

PROBLEM
-------

If we give start mysqld with the option --innodb_log_buffer_size=50GB
,then  mem_area_alloc() function fails to allocate memory and returns
NULL.In debug version we assert at this point,but there is no check in
release version and we get a segmentation fault.

FIX
---
Added a log message saying that we are unable to allocate memory.
After this message we assert.

[Approved by Kevin http://rb.no.oracle.com/rb/r/2065 ]
2013-03-07 14:44:35 +05:30
..
btr Merge mysql-5.1 to mysql-5.5. 2013-01-23 15:00:46 +09:00
buf Bug#16068056 INNODB CALLS BUF_VALIDATE() TOO OFTEN WITH UNIV_DEBUG 2013-03-05 10:47:49 -05:00
data Implement worklog #5743 InnoDB: Lift the limit of index key prefixes. 2011-05-31 02:12:32 -07:00
dict Merge from mysql-5.1 to mysql-5.5. 2013-02-12 15:35:56 +05:30
dyn Bug#16138582 MTR_MEMO_RELEASE AND DYN_ARRAY TOGETHER ARE VERY INEFFICIENT 2013-01-17 17:30:13 +02:00
eval
fil Bug #14556349 RENAME OF COMPRESSED TABLE AND INSERT BUFFER MERGE CAUSE 2012-12-20 11:59:36 +05:30
fsp Merging from mysql-5.1 to mysql-5.5. 2012-03-09 12:35:27 +05:30
fut
ha WL#6161 Integrating with InnoDB codebase in MySQL 5.5 2012-06-07 19:14:26 +05:30
handler Bug #16305265 HANG IN RENAME TABLE 2013-02-27 12:44:58 -06:00
ibuf Bug#16183892 - INNODB PURGE BUFFERING IS NOT CRASH-SAFE 2013-01-28 20:13:44 +05:30
include Merge from mysql-5.1 to mysql-5.5. 2013-02-12 15:35:56 +05:30
lock Bug #16004999 ASSERT STATE == TRX_STATE_NOT_STARTED, UNLOCK_ROW() 2013-01-10 10:28:04 +05:30
log Merging from mysql-5.1 to mysql-5.5. 2012-11-09 18:56:20 +05:30
mach
mem BUG#16069598 - SERVER CRASH BY NULL POINTER DEREFERENCING IN 2013-03-07 14:44:35 +05:30
mtr Bug#16138582 MTR_MEMO_RELEASE AND DYN_ARRAY TOGETHER ARE VERY INEFFICIENT 2013-01-17 17:30:13 +02:00
os Fix compilation error in debug mode: 2012-10-10 22:22:10 +03:00
page Merge mysql-5.1 to mysql-5.5. 2013-02-27 10:04:43 +02:00
pars Partial fix for Bug#11764622 57480: MEMORY LEAK WHEN HAVING 256+ TABLES 2011-12-29 16:05:08 +02:00
que
read
rem Merge mysql-5.1 to mysql-5.5. 2012-11-15 20:38:04 +02:00
row Bug #16133801 UNEXPLAINABLE INNODB UNIQUE INDEX LOCKS ON DELETE + 2013-03-06 11:49:57 +05:30
srv Merge mysql-5.1 to mysql-5.5. 2013-02-08 09:33:21 +02:00
sync Bug#16263506 - INNODB; USE ABORT() ON ALL PLATFORMS INSTEAD OF 2013-02-06 13:49:56 -06:00
trx Merge mysql-5.1 to mysql-5.5. 2013-02-08 09:33:21 +02:00
usr
ut Merge from mysql-5.1 to mysql-5.5. 2013-02-12 15:35:56 +05:30
CMakeLists.txt Bug#11766305 - 59392: Remove thr0loc.c and ibuf_inside() [part 4 of 4] 2011-03-24 14:00:14 +02:00
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def