summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11840 InnoDB: "Cannot open <ib_buffer_pool file>" should not be an errorMarko Mäkelä2017-04-051-1/+1
* Merge 10.1 into 10.2Marko Mäkelä2017-04-044-57/+56
|\
| * MDEV-12428 SIGSEGV in buf_page_decrypt_after_read() during DDLMarko Mäkelä2017-04-034-59/+54
* | MDEV-12289 Keep 128 persistent rollback segments for compatibility and perfor...Marko Mäkelä2017-03-3115-619/+363
* | Rename InnoDB transaction undo logging predicates.Marko Mäkelä2017-03-306-46/+26
* | MDEV-12345 post-merge fix.Marko Mäkelä2017-03-301-4/+3
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-3050-2180/+2006
|\ \ | |/
| * Fix compiler errorVladislav Vaintroub2017-03-231-1/+1
| * MDEV-12345 Performance : replace calls to clock() inside trx_start_low() by T...Vladislav Vaintroub2017-03-235-2/+28
| * Add assertions when key rotation list is used.Jan Lindström2017-03-161-2/+4
| * MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-1423-1280/+1397
| * Merge 10.0 into 10.1Marko Mäkelä2017-03-136-21/+27
| |\
| | * MDEV-12091 Shutdown fails to wait for rollback of recovered transactions to f...Marko Mäkelä2017-03-104-23/+20
| * | compiler warningsSergei Golubchik2017-03-102-3/+3
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-101-19/+16
| |\ \ | | |/
| | * Use correct integer format with printf-like functions.Marko Mäkelä2017-03-091-1/+2
| * | WSREP: Use TRX_ID_FMT for trx_id_t in messages.Marko Mäkelä2017-03-091-12/+18
| * | Fix an error introduced in the previous commit.Marko Mäkelä2017-03-091-2/+2
| * | Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-097-34/+47
| * | Merge 10.0 into 10.1Marko Mäkelä2017-03-0918-242/+99
| |\ \ | | |/
| | * Remove unused declarations.Marko Mäkelä2017-03-081-4/+1
| | * Merge 5.5 into 10.0Marko Mäkelä2017-03-084-139/+82
| | |\
| | | * MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-083-76/+43
| | | * Fix a compiler warning.Marko Mäkelä2017-03-081-1/+2
| | | * MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-032-2/+10
| | * | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.30Vicențiu Ciorbaru2017-03-0615-61/+3
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-0315-61/+3
| | | |\ \ | | | | |/
| | | | * MDEV-11520/MDEV-5746 post-fix: Do not posix_fallocate() too much.Marko Mäkelä2017-02-221-6/+5
| | | | * MDEV-11520 post-fixesMarko Mäkelä2017-02-221-3/+5
| | | | * MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-213-83/+85
| | | | * Remove a bogus Valgrind "suppression".Marko Mäkelä2017-02-211-9/+1
| | | | * Fix gcc 6.3.x compiler warnings.Jan Lindström2017-02-1627-96/+20
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-12-221-11/+42
| | | | |\
| | | | | * Fix Bug#24707869 GCC 5 AND 6 MISCOMPILE MACH_PARSE_COMPRESSEDVasil Dimov2016-10-031-11/+42
| * | | | | Replace some functions with macros.Marko Mäkelä2017-03-062-31/+4
| * | | | | Merge 10.0 into 10.1Marko Mäkelä2017-03-033-13/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-11520: Retry posix_fallocate() after EINTR.Marko Mäkelä2017-03-032-2/+12
| | |/ / /
| | * | | MDEV-12127 InnoDB: Assertion failure loop_count < 5 in file log0log.ccMarko Mäkelä2017-02-281-11/+1
| * | | | Remove warning: unused variable 'volatile_var' [-Wunused-variable]Daniel Black2017-03-031-3/+1
| * | | | MDEV-11520 after-merge fix for 10.1: Use sparse files.Marko Mäkelä2017-02-224-73/+154
| * | | | Merge 10.0 into 10.1Marko Mäkelä2017-02-222-108/+79
| |\ \ \ \ | | |/ / /
| | * | | MDEV-11520 post-fixMarko Mäkelä2017-02-221-4/+6
| | * | | MDEV-11520 Extending an InnoDB data file unnecessarily allocatesMarko Mäkelä2017-02-222-101/+77
| * | | | Merge 10.0 into 10.1Marko Mäkelä2017-02-2022-112/+139
| |\ \ \ \ | | |/ / /
| | * | | MDEV-11802 innodb.innodb_bug14676111 failsMarko Mäkelä2017-02-2021-99/+138
| | * | | Fix GCC 6.3.0 warnings.Marko Mäkelä2017-02-162-4/+1
| * | | | MDEV-12075 innodb_use_fallocate does not work in MariaDB Server 10.1.21Marko Mäkelä2017-02-161-0/+2
| * | | | After reivew fixes.Jan Lindström2017-02-102-6/+5
| * | | | After review fixes.Jan Lindström2017-02-105-57/+38
| * | | | Post-push fix for MDEV-11623: Remove an unused variable.Marko Mäkelä2017-02-091-3/+0