mariadb/storage/innobase
Jan Lindström d0ebb155fe MDEV-18577: Indexes problem on import dump SQL
Problem was that we skipped background persistent statistics calculation
on applier nodes if thread is marked as high priority (a.k.a BF).
However, on applier nodes all DDL which is replicate will be executed
as high priority i.e BF.

Fixed by allowing background persistent statistics calculation on
applier nodes even when thread is marked as BF. This could lead
BF lock waits but for queries on that node needs that statistics.
2019-03-13 10:18:12 +02:00
..
btr MDEV-10813: Update buf_page_t::buf_fix_count outside mutex 2019-02-22 22:56:22 +02:00
buf Silence GCC 8 -Wno-class-memaccess 2019-03-12 19:46:28 +02:00
data Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
dict MDEV-18577: Indexes problem on import dump SQL 2019-03-13 10:18:12 +02:00
eval MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_NONINL 2017-03-17 12:42:07 +02:00
fil MDEV-18194 Incremental prepare tries to access page which is out of tablespace bounds 2019-02-01 09:15:53 +02:00
fsp MDEV-10813: Update buf_page_t::buf_fix_count outside mutex 2019-02-22 22:56:22 +02:00
fts Merge 10.1 into 10.2 2019-03-06 15:15:59 +02:00
fut MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GLOBAL SYMBOLS TO STATIC 2017-03-17 12:48:50 +02:00
gis Update InnoDB urls 2018-12-19 00:07:33 +04:00
ha Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
handler Merge 10.1 into 10.2 2019-03-07 17:52:27 +02:00
ibuf Merge 10.1 into 10.2 2018-12-17 20:15:38 +02:00
include MDEV-18878: Fix GCC -flifetime-dse 2019-03-12 13:56:58 +02:00
lock Remove some unnecessary InnoDB #include 2018-11-29 12:53:44 +02:00
log MDEV-18902 Uninitialized variable in recv_parse_log_recs() 2019-03-12 14:03:10 +02:00
mach Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSED 2017-04-26 23:03:29 +03:00
mem Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
mtr Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
mysql-test/storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
os Remove unnecessary type casts 2019-01-23 14:42:21 +02:00
page MDEV-17958 Make bug-endian innodb_checksum_algorithm=crc32 optional 2018-12-13 17:57:18 +02:00
pars Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
que Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
read Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem Remove many redundant #include from InnoDB 2018-11-19 11:42:14 +02:00
row TruncateLogParser::scan(): Simplify string operations 2019-03-12 19:46:28 +02:00
srv Merge 10.1 into 10.2 2019-03-06 15:15:59 +02:00
sync Remove some unnecessary InnoDB #include 2018-11-29 12:53:44 +02:00
trx MDEV-18878: Fix GCC -flifetime-dse 2019-03-12 13:56:58 +02:00
ut Merge remote-tracking branch 'origin/10.1' into 10.2 2019-02-28 13:08:11 +02:00
bzip2.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
CMakeLists.txt Merge tag 'mariadb-10.0.35' into 10.0-galera 2018-05-07 17:20:39 +03:00
compile-innodb
COPYING.Google
COPYING.Percona
innodb.cmake MDEV-17958 Make bug-endian innodb_checksum_algorithm=crc32 optional 2018-12-13 17:57:18 +02:00
lz4.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
lzma.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
lzo.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00
plugin_exports
snappy.cmake cleanup: innodb files in cmake/ 2017-03-29 00:40:22 +02:00