mariadb/storage/innobase
Monty 1628a2ae27 Fixed issues found by buildbot
- MDEV-11621 rpl.rpl_gtid_stop_start fails sporadically in buildbot
- MDEV-11620 rpl.rpl_upgrade_master_info fails sporadically in buildbot

The issue above was probably that the build machine was overworked and the
shutdown took longer than 30 resp 10 seconds, which caused MyISAM tables
to be marked as crashed.
Fixed by flushing myisam tables before doing a forced shutdown/kill.
I also increased timeout for forced shutdown from 10 seconds to 60 seconds
to fix other possible issues on slow machines.

Fixed also some compiler warnings
2017-01-11 09:18:35 +02:00
..
api Merge 10.1 into 10.2 2016-12-30 08:56:13 +02:00
btr MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
buf Make atomic writes general 2017-01-11 09:18:35 +02:00
data MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
dict Make atomic writes general 2017-01-11 09:18:35 +02:00
eval Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
fil Make atomic writes general 2017-01-11 09:18:35 +02:00
fsp Make atomic writes general 2017-01-11 09:18:35 +02:00
fts MDEV-11487 Revert InnoDB internal temporary tables from WL#7682 2016-12-09 12:05:07 +02:00
fut Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
gis MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
ha MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
handler Make atomic writes general 2017-01-11 09:18:35 +02:00
ibuf MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
include Make atomic writes general 2017-01-11 09:18:35 +02:00
lock Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
log Post-merge fix for MDEV-11638. 2017-01-05 11:54:10 +02:00
mach Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
mem MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mtr MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
mysql-test/storage_engine Follow-up for MDEV-6720 (enable connection log in mysqltest by default) 2016-06-19 20:30:03 +03:00
os Make atomic writes general 2017-01-11 09:18:35 +02:00
page MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
pars Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
que Merge InnoDB 5.7 from mysql-5.7.14. 2016-09-08 15:49:03 +03:00
read Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
rem MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
row Fixed issues found by buildbot 2017-01-11 09:18:35 +02:00
srv Make atomic writes general 2017-01-11 09:18:35 +02:00
sync MDEV-11630 Call mutex_free() before freeing the mutex list 2016-12-22 15:25:23 +02:00
trx Merge 10.1 to 10.2 2017-01-05 10:48:03 +02:00
usr Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
ut MDEV-11690 Remove UNIV_HOTBACKUP 2016-12-30 16:05:42 +02:00
CMakeLists.txt MDEV-11195: Simplify enablement of NUMA in innodb/xtradb 2016-11-02 14:37:43 +11:00
compile-innodb move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Google move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Percona move to storage/innobase 2015-05-04 19:17:21 +02:00
innodb.cmake MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexes 2016-10-17 18:35:49 +04:00
plugin_exports