mariadb/storage/innobase/row
Marko Mäkelä 6b45355e6b MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_print
buf_page_print(): Remove the parameter 'flags',
and when a server abort is intended, perform that in the caller.

In this way, page corruption reports due to different reasons
can be distinguished better.

This is non-functional code refactoring that does not fix any
page corruption issues. The change is only made to avoid falsely
grouping together unrelated causes of page corruption.
2017-09-06 14:01:15 +03:00
..
row0ext.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ftsort.cc Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
row0import.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:07:02 +03:00
row0ins.cc MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 2017-08-25 14:01:51 +03:00
row0log.cc Merge remote-tracking branch 'origin/10.0' into 10.0 2017-05-18 15:45:55 +03:00
row0merge.cc Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0 2017-07-29 20:51:29 +03:00
row0mysql.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:07:02 +03:00
row0purge.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:07:02 +03:00
row0quiesce.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0row.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0sel.cc MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_print 2017-09-06 14:01:15 +03:00
row0uins.cc MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 2017-08-25 14:01:51 +03:00
row0umod.cc MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and possibly deadlocks 2017-08-25 14:01:51 +03:00
row0undo.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0upd.cc Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
row0vers.cc move to storage/innobase 2015-05-04 19:17:21 +02:00