summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-8827: Fix the 32-bit buildMarko Mäkelä2019-07-231-1/+1
* Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC...Rahul Malik2019-07-231-16/+2
* Revert "MDEV-8827 Duplicate key with auto increment"Marko Mäkelä2019-07-231-5/+7
* Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICEThirunarayanan Balathandayuthapani2019-07-232-0/+34
* MDEV-13631 Make use of clang-formatEugene Kosov2019-06-121-10/+0
* MDEV-13631 Make use of clang-formatEugene Kosov2019-05-301-0/+10
* Update FSF AddressVicențiu Ciorbaru2019-05-11248-248/+248
* Follow-up to changing FSF addressVicențiu Ciorbaru2019-05-1144-44/+44
* MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-247-47/+75
* MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-231-5/+18
* Fix for MDEV-17449, typo in error message (#1146)Chris Calender2019-03-241-8/+8
* MDEV-18272 InnoDB fails to rollback after exceeding FOREIGN KEY recursion depthMarko Mäkelä2019-03-071-4/+6
* MDEV-18349 InnoDB file size changes are not safe when file system crashesMarko Mäkelä2019-01-231-1/+3
* BUG#27216817: INNODB: FAILING ASSERTION: PREBUILT->TABLE->N_MYSQL_HANDLES_OPE...Sergei Golubchik2018-04-192-0/+12
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-191-1/+3
|\
| * (no commit message)Karthik Kamath2018-02-141-1/+3
* | honor alignment rules and xtradb tooEugene Kosov2018-03-201-1/+4
* | MDEV-15030 Add ASAN instrumentationEugene Kosov2018-03-191-0/+2
* | Add ASAN instrumentation (and more strict Valgrind) to InnoDBMarko Mäkelä2018-01-236-26/+15
* | Silence -Wimplicit-fallthroughMarko Mäkelä2018-01-231-0/+1
* | improve ASAN instrumentation: InnoDB/XtraDBSergei Golubchik2018-01-221-7/+10
* | MDEV-7049 MySQL#74585 - InnoDB: Failing assertion: *mbmaxlen < 5 in file ha_i...Marko Mäkelä2018-01-2214-153/+87
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
|\ \ | |/
| * Bug #24296076 INNODB REPORTS WARNING WHILE INNODB_UNDO_LOG_TRUNCATE IS ENABLEDAditya A2017-11-171-7/+10
* | MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-111-26/+0
* | Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-021-3/+0
* | MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-023-2/+17
* | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-2613-21/+21
* | MDEV-14051 'Undo log record is too big.' error occurring in very narrow range...bb-5.5-markoMarko Mäkelä2017-10-241-1/+23
* | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-176-8/+11
* | MDEV-13980 InnoDB fails to discard record lock when discarding an index pageMarko Mäkelä2017-10-021-5/+5
* | MDEV-11626 innodb.innodb-change-buffer-recovery fails for xtradbMarko Mäkelä2017-05-291-6/+0
* | Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-112-1/+10
|\ \ | |/
| * Bug #25167032 CRASH WHEN ASSIGNING MY_ERRNO - MISSINGThirunarayanan Balathandayuthapani2017-01-062-1/+10
* | 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
* | 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
* | MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcmariadb-5.5.51Vicențiu Ciorbaru2016-08-092-9/+7
* | MDEV-10217: innodb.innodb_bug59641 fails sporadically in buildbot: InnoDB: Fa...Jan Lindström2016-08-031-0/+20
* | MDEV-10083: Orphan ibd file when playing with foreign keysJan Lindström2016-06-236-16/+27
* | MDEV-7139: Sporadic failure in innodb.innodb_corrupt_bit on P8Jan Lindström2016-06-082-1/+74
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-203-27/+27
|\ \ | |/
| * Bug#22680706: 5.5 DOES NOT BUILD WITH GCC5Jon Olav Hauglid2016-02-082-4/+4