mariadb/storage/innobase
Marko Mäkelä 365c4e971a MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much.
Before the MDEV-11520 fixes, fil_extend_space_to_desired_size()
in MariaDB Server 5.5 incorrectly passed the desired file size as the
third argument to posix_fallocate(), even though the length of the
extension should have been passed. This looks like a regression
that was introduced in the 5.5 version of MDEV-5746.
2017-02-22 10:03:33 +02:00
..
btr Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
buf Remove a bogus Valgrind "suppression". 2017-02-21 16:45:03 +02:00
data
dict Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
dyn Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
eval
fil MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much. 2017-02-22 10:03:33 +02:00
fsp Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
fut
ha
handler MDEV-10083: Orphan ibd file when playing with foreign keys 2016-06-23 06:46:05 +03:00
ibuf
include MDEV-11520 Extending an InnoDB data file unnecessarily allocates 2017-02-21 16:45:03 +02:00
lock
log Merge branch 'mysql/5.5' into 5.5 2016-04-20 15:25:55 +02:00
mach Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSED 2016-10-03 14:43:08 +03:00
mem
mtr Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
mysql-test/storage_engine
os MDEV-11520 Extending an InnoDB data file unnecessarily allocates 2017-02-21 16:45:03 +02:00
page Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
pars
que
read
rem Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
row Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
srv
sync
trx Fix gcc 6.3.x compiler warnings. 2017-02-16 12:02:31 +02:00
usr
ut
CMakeLists.txt
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def
plugin_exports