mariadb/storage/innobase/sync
unknown 6f83811d25 Bug#16263506 - INNODB; USE ABORT() ON ALL PLATFORMS INSTEAD OF
DEREFERENCING UT_DBG_NULL_PTR
The abort() call is standard C but InnoDB only uses it in GCC
environments.  UT_DBG_USE_ABORT is not defined the code crashed
by dereferencing a null pointer instead of calling abort().
Other code throughout MySQL including ndb, sql, mysys and other
places call abort() directly.

This bug also affects innodb.innodb_bug14147491.test which fails
randomly on windows because of this issue. 

Approved by marko in http://rb.no.oracle.com/rb/r/1936/
2013-02-06 13:49:56 -06:00
..
sync0arr.c Bug#16263506 - INNODB; USE ABORT() ON ALL PLATFORMS INSTEAD OF 2013-02-06 13:49:56 -06:00
sync0rw.c Put back a fix that was reverted when reverting the buggy Bug#12612184 fix in 2012-02-17 09:18:53 +02:00
sync0sync.c Put back a fix that was reverted when reverting the buggy Bug#12612184 fix in 2012-02-17 09:18:53 +02:00