summaryrefslogtreecommitdiff
path: root/storage/innobase/os
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-05-072-4/+30
|\
| * Bug #24711351 64 BIT WINDOWS MYSQLD BUILD REPORTS INNODB: OPERATING SYSTEM ER...Daniel Blanchard2017-04-261-1/+2
| * Fix Bug#24605956 SERVER MAY CRASH DUE TO A GLIBC BUG IN HANDLING SHORT-LIVED ...Vasil Dimov2017-04-261-3/+28
* | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2017-04-221-34/+29
|\ \ | |/
| * MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-211-5/+5
| * MDEV-12534 Use atomic operations whenever availableMarko Mäkelä2017-04-211-29/+24
* | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-031-15/+13
|\ \ | |/
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-15/+13
| |\
| | * compiler warningsSergei Golubchik2017-03-101-1/+1
| | * Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-091-16/+20
| | * Merge 10.0 into 10.1Marko Mäkelä2017-03-031-1/+6
| | |\
| | | * MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-031-1/+6
| | * | MDEV-11520 after-merge fix for 10.1: Use sparse files.Marko Mäkelä2017-02-221-27/+44
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-02-221-51/+28
| | |\ \ | | | |/
| | | * MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-221-51/+28
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-02-201-23/+28
| | |\ \ | | | |/
| | | * MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-201-22/+28
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-03-243-42/+65
|\ \ \ \ | |/ / /
| * | | Bug#21153166: REMOVE UNUSED VARIABLES AND CONVERT GLOBAL SYMBOLS TO STATICJon Olav Hauglid2017-03-171-5/+5
| * | | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-171-0/+3
| * | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-173-14/+1
| * | | Fix some compilation warnings.Marko Mäkelä2017-03-131-10/+4
| * | | MDEV-12201 innodb_flush_method are not available on WindowsVladislav Vaintroub2017-03-091-12/+47
| * | | MDEV-11688 follow-up: More robust shutdown after aborted startup.Marko Mäkelä2017-03-081-1/+5
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-03-091-11/+6
|\ \ \ \ | |/ / /
| * | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-6/+6
| * | | MDEV-9282 follow-up: Remove an unused variable.Marko Mäkelä2017-03-061-5/+0
* | | | Remove innodb_use_trim, innodb_instrument_semaphores.Marko Mäkelä2017-03-011-1/+1
|/ / /
* | | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-201-30/+22
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+0
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-3/+29
| |\ \ | | |/
| | * Merge remote-tracking branch 'merge/merge-innodb-5.6' into 10.0vicentiu2017-01-101-3/+29
| | |\
| | | * 5.6.35vicentiu2017-01-071-3/+29
* | | | MDEV-11035: Restore removed disallow-writes for GaleraJan Lindström2017-02-071-4/+33
* | | | Fix the code to determine sector size on Windows volume.Vladislav Vaintroub2017-01-261-16/+51
* | | | MDEV-11849: Fix storage/innobase/* compile warningsJan Lindström2017-01-261-29/+1
* | | | Fix compiler error on x86.Jan Lindström2017-01-251-5/+8
* | | | Native AIO should also punch_hole if available.Jan Lindström2017-01-241-1/+1
* | | | Fix compiler error on native AIO.Jan Lindström2017-01-241-1/+0
* | | | MDEV-11254: innodb-use-trim has no effect in 10.2Jan Lindström2017-01-241-63/+398
* | | | Remove MYSQL_COMPRESSION.Marko Mäkelä2017-01-181-1205/+12
* | | | Remove MYSQL_ENCRYPTION.Marko Mäkelä2017-01-181-899/+2
* | | | Make atomic writes generalSergei Golubchik2017-01-111-45/+0
* | | | MDEV-11690 Remove UNIV_HOTBACKUPMarko Mäkelä2016-12-302-76/+13
* | | | Merge 10.1 into 10.2Marko Mäkelä2016-12-302-15/+9
|\ \ \ \ | |/ / /
| * | | MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.soMarko Mäkelä2016-12-282-6/+2
* | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-171-3/+0
* | | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-172-16/+17
* | | | MDEV-10918 Innodb/Linux - Fallback to simulated aio if io_setup() fails, e.g ...Vladislav Vaintroub2016-09-291-6/+19
* | | | Windows : completion port based asynchronous IO.10.2-georgVladislav Vaintroub2016-09-221-226/+173