mariadb/storage/xtradb/buf
Marko Mäkelä 956d2540c4 Remove redundant UT_LIST_INIT() calls
The macro UT_LIST_INIT() zero-initializes the UT_LIST_NODE.
There is no need to call this macro on a buffer that has
already been zero-initialized by mem_zalloc() or mem_heap_zalloc()
or similar.

For some reason, the statement UT_LIST_INIT(srv_sys->tasks) in
srv_init() caused a SIGSEGV on server startup when compiling with
GCC 7.1.0 for AMD64 using -O3. The zero-initialization was attempted
by the instruction movaps %xmm0,0x50(%rax), while the proper offset
of srv_sys->tasks would seem to have been 0x48.
2017-05-17 10:33:49 +03:00
..
buf0buddy.cc Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
buf0buf.cc Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
buf0checksum.cc 5.6.25-73.1 2015-08-01 15:04:20 +02:00
buf0dblwr.cc 5.6.33-79.0 2016-10-25 17:01:37 +02:00
buf0dump.cc MDEV-11802 innodb.innodb_bug14676111 fails 2017-02-20 12:20:52 +02:00
buf0flu.cc MDEV-11802 innodb.innodb_bug14676111 fails 2017-02-20 12:20:52 +02:00
buf0lru.cc MDEV-12674 Innodb_row_lock_current_waits has overflow 2017-05-12 12:24:53 +03:00
buf0rea.cc MDEV-12534 Use atomic operations whenever available 2017-04-20 16:29:12 +03:00