mariadb/storage/xtradb
Vladislav Vaintroub ad17e8e518 MDEV-13821 : mariabackup sometimes could lose ib_logf(FATAL) messages,
The messages are getting lost because they are written with fprintf()
but without fflush(), so abort() would lose buffered text.

Applied fix from 10.2, which makes in_logf() use
sql_print_information(), which in turn does proper flush after each message
2017-09-16 09:45:38 +00:00
..
api MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
btr Fix some warnings 2017-09-16 09:45:38 +00:00
buf Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
data 5.6.31-77.0 2016-08-10 19:24:58 +02:00
dict Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval move to storage/xtradb 2015-05-04 19:15:28 +02:00
fil Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
fsp MDEV-13557: Startup failure, unable to decrypt ibdata1 2017-08-29 14:23:34 +03:00
fts Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler MDEV-13821 : mariabackup sometimes could lose ib_logf(FATAL) messages, 2017-09-16 09:45:38 +00:00
ibuf Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
include Fix some warnings 2017-09-16 09:45:38 +00:00
lock Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
log MDEV-13807 mariabackup --apply-log-only does generate redo log by performing rollback and possibly other tasks 2017-09-16 09:55:49 +03:00
mach 5.6.35-80.0 2017-03-04 20:50:02 +02:00
mem 5.6.31-77.0 2016-08-10 19:24:58 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
os Merge tag 'mariadb-10.0.32' into 10.0-galera 2017-08-09 08:56:11 +03:00
page Merge 10.0 into 10.1 2017-09-06 15:32:56 +03:00
pars Merge branch 'merge-xtradb-5.6' into 10.0 2017-05-17 12:11:12 +03:00
que 5.6.24-72.2 2015-06-16 11:04:40 +02:00
read move to storage/xtradb 2015-05-04 19:15:28 +02:00
rem Merge tag 'mariadb-10.0.31' into 10.0-galera 2017-05-30 15:28:52 +05:30
row MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes written to tem… 2017-09-14 09:23:20 +03:00
srv MDEV-13807 mariabackup --apply-log-only does generate redo log by performing rollback and possibly other tasks 2017-09-16 09:55:49 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx MDEV-13807 mariabackup --apply-log-only does generate redo log by performing rollback and possibly other tasks 2017-09-16 09:55:49 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
CMakeLists.txt Merge branch '10.0' into 10.1 2017-08-15 09:50:31 +02:00
COPYING.Google move to storage/xtradb 2015-05-04 19:15:28 +02:00
COPYING.Percona move to storage/xtradb 2015-05-04 19:15:28 +02:00
Doxyfile move to storage/xtradb 2015-05-04 19:15:28 +02:00
ha_innodb.def move to storage/xtradb 2015-05-04 19:15:28 +02:00