1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/suite/innodb/t
Jan Lindström 33589b25ef MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf.ic line 730
Analysis: debug only assertion I_S function (IS is XtraDB feature) is calling
buf_block_get_frame on any page it reads, which debug-asserts that the page is
buffer-fixed, which is not the case in I_S query.

Fixed by holding the buffer page mutex while the fields are read directly.
2015-12-03 13:18:10 +02:00
..
2014-08-02 21:26:16 +02:00
2011-10-19 21:45:18 +02:00
2012-03-28 01:04:46 +02:00
2012-04-10 08:28:13 +02:00
2010-11-25 18:17:28 +01:00
2012-03-28 01:04:46 +02:00
2011-10-19 21:45:18 +02:00
2012-03-28 01:04:46 +02:00
2012-04-10 08:28:13 +02:00
2012-10-16 13:04:42 +02:00
2010-11-25 18:17:28 +01:00
2011-10-19 21:45:18 +02:00
2013-01-15 19:16:18 +01:00
2012-06-15 14:54:23 +02:00
2010-11-25 18:17:28 +01:00
2012-06-15 14:54:23 +02:00
2010-11-25 18:17:28 +01:00
2012-03-02 08:32:16 +01:00