summaryrefslogtreecommitdiff
path: root/storage/innobase/os
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-031-1/+5
* MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-211-54/+28
* Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-011-1/+12
|\
| * Bug#21113036 - MYSQL/INNODB MIX BUFFERED AND DIRECT IOBin Su2015-05-211-1/+12
| * Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-103-6/+6
| * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| * Merge mysql-5.1 -> mysql-5.5Vasil Dimov2012-10-091-0/+13
| |\
| | * Port the test for Bug#14708715 from 5.1/innodb_plugin into 5.1/innodbVasil Dimov2012-10-091-0/+16
| * | WL#6161 Integrating with InnoDB codebase in MySQL 5.5Narayanan Venkateswaran2012-06-071-0/+2
| * | Bug#11836233 MISLEADING SUGGESTION REGARDING LINUX NATIVE AIO IN INNODBInaam Rana2012-01-301-1/+1
| * | Bug#13612811 VALGRIND ERROR IN OS_AIO_INITInaam Rana2012-01-201-0/+3
| * | Bug#11765450 58421: INNODB TEMPORARY TABLE CRASH WHEN TMPDIR ON LINUX TMPFSInaam Rana2012-01-191-0/+94
| * | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2011-12-281-3/+0
| |\ \ | | |/
| | * Bug#13418934 REMOVE HAVE_PURIFY DEPENDENCES FROM INNODBMarko Mäkelä2011-12-281-32/+1
| | * Bug#52062: Compiler warning in os0file.c on windows 64-bitCalvin Sun2010-10-271-4/+20
| * | Fix bug #12424282 - INNODB PERFORMANCE SCHEMA: Double accounting for OS_AIO_SYNCJimmy Yang2011-05-041-3/+10
| * | Remove unused functions.Marko Mäkelä2011-04-051-93/+0
| * | Bug 12323643 - CLEAN UP THE INNODB THREAD SHUTDOWN AND ASSERTIONS (WL#5136)Marko Mäkelä2011-04-052-130/+127
| * | Bug#58226 Some InnoDB debug checks consume too much CPU timeMarko Mäkelä2010-12-011-9/+34
| * | Backport from mysql-trunk-bugfixing of:Jon Olav Hauglid2010-11-011-1/+1
| * | Fix a compilation warning:Vasil Dimov2010-10-281-1/+1
| * | Bug#52062: Compiler warning in os0file.c on windows 64-bitCalvin Sun2010-10-281-3/+21
| * | Merge mysql-5.5-bugteam -> mysql-5.5-innodbVasil Dimov2010-10-271-4/+6
| |\ \
| | * \ Merge from mysql-5.5-innodb to mysql-5.5-bugteamJon Olav Hauglid2010-10-211-0/+176
| | |\ \
| | * \ \ Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-191-4/+6
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-10-191-3/+6
| | | * | (partially) Fix Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-141-21/+2
| | | * | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-0/+3
| * | | | Bug#57720 - Windows Vista and possibly Windows 7 can return ERROR_TIMEOUT ins...kevin.lewis@oracle.com2010-10-261-6/+19
| * | | | Fix an error introduced in a follow-up fix of Bug#57232 by Sunny BainsCalvin Sun2010-10-211-2/+2
| | |_|/ | |/| |
| * | | Fix bug encountered during testing on BSD. In the original fix for bug# 55681Sunny Bains2010-10-181-19/+44
| * | | Bug# 55681 - MTR slowdown after default storage engine was changed to InnoDBSunny Bains2010-10-141-0/+151
| |/ /
| * | (os0file.c:1485) Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-201-9/+1
| * | (os0file.c:1486) Bug#55227 Fix compiler warnings in innodb with gcc 4.6Vasil Dimov2010-09-201-12/+1
| * | Merge mysql-trunk-bugfixing -> mysql-trunk-innodbVasil Dimov2010-07-213-25/+13
| |\ \
| | * \ Merge into mysql-trunk-merge..Davi Arnaut2010-07-191-2/+10
| | |\ \
| | | * \ Merge fix for bug #55039 from mysql-5.1-security to mysql-trunk-security.Jimmy Yang2010-07-091-2/+10
| | | |\ \ | | | | |/
| | | | * Applying InnoDB snapshot, fixes BUG#50691Sergey Vojtovich2010-02-261-1/+9
| | * | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-153-23/+3
| | |/ /
| * | | Improve InnoDB synchronization primitives on WindowsCalvin Sun2010-07-203-212/+278
| * | | Fix Bug #54764 memory allocated in os_aio_array_create is notJimmy Yang2010-07-081-0/+10
| |/ /
| * | Add two debug assertions and a comment to make it clear thatVasil Dimov2010-05-271-0/+5
| * | Import branches/innodb+ from SVN on top of storage/innobase.Vasil Dimov2010-04-122-97/+817
| * | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-123-1/+115
| |\ \
| | * \ Merge Innodb Plugin 1.0.6 from mysql-5.1-bugteam storage/innodb_plugin to mys...Satya B2009-12-023-1/+115
| | |\ \ | | | |/
| | | * Applying InnoDB snapshot 5.1-ss6242, part 2. Fixes BUG#3139Satya B2009-11-301-1/+53
| * | | Backport of:Konstantin Osipov2009-11-231-14/+0
| |/ /
| * | Merge of innodb-zip-ss6129 from 5.1 to mysql-trunk.Sergey Vojtovich2009-11-052-0/+18
| |\ \ | | |/
| | * Applying InnoDB snashot 5.1-ss6129Sergey Vojtovich2009-11-021-0/+1
| * | Merging Innodb plugin 1.0.5 revisions from 5.1-main from revisions 3149 to 3163Satya B2009-10-161-9/+83