summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Followup:BUG#22530768 Innodb freeze running REPLACE statementsShaohua Wang2016-01-271-23/+23
| * BUG#22530768 Innodb freeze running REPLACE statementsShaohua Wang2016-01-122-17/+21
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-092-24/+18
|\ \
| * | BUG#22530768 Innodb freeze running REPLACE statementsmysql-5.5.48Shaohua Wang2016-01-152-17/+21
| |/
* | Fix function visibility as it is used on row0mysql.c in Windows.Jan Lindström2016-02-032-1/+15
* | MDEV-9471: Server crashes or returns an error while trying to alter partition...Jan Lindström2016-02-031-0/+49
* | MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitiv...Jan Lindström2015-12-111-1/+1
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-092-2/+16
|\ \ | |/
| * Bug #19929435 DROP DATABASE HANGS WITH MALFORMED TABLEAnnamalai Gurusami2015-09-221-1/+11
| * Adapt to WL#8845 Implement an InnoDB redo log format version identifierMarko Mäkelä2015-09-111-1/+5
* | MDEV-8827 Duplicate key with auto incrementSergei Golubchik2015-12-071-7/+5
* | Fix gcc v5.compiler errors.Jan Lindström2015-12-052-2/+2
* | MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables cra...Jan Lindström2015-12-041-4/+4
* | MDEV-8854: New warning messages are unreadableJan Lindström2015-11-091-62/+60
* | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-086-67/+162
|\ \ | |/
| * Bug #21025880 DUPLICATE UK VALUES IN READ-COMMITTED (AGAIN)Aditya A2015-08-121-5/+5
| * BUG#21102971 data corruption on arm64Shaohua Wang2015-08-104-33/+131
| * Merge branch 'mysql-5.1' into mysql-5.5Thirunarayanan Balathandayuthapani2015-07-291-5/+26
| |\
* | | MDEV-8855: innodb.innodb-fk-warnings fails on WindowsJan Lindström2015-09-291-1/+3
* | | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-014-22/+107
|\ \ \ | |/ /
| * | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-06-221-0/+1
| * | Bug #20762798 FK DDL: CRASH IN DICT_FOREIGN_REMOVE_FROM_CACHEAnnamalai Gurusami2015-06-191-6/+14
| * | BUG#21065746 RQG_PARTN_PRUNING_VALGRIND FAILED IN REM0REC.CCDebarun Banerjee2015-06-031-12/+14
| * | BUG#21126772 VALGRIND FAILURE IN ENGINES/FUNCS SUITEDebarun Banerjee2015-06-031-4/+14
| * | Bug#21113036 - MYSQL/INNODB MIX BUFFERED AND DIRECT IOBin Su2015-05-211-1/+12
| * | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-05-092-13/+72
* | | Make sure name buffer has string end marker on correct place.Jan Lindström2015-07-312-33/+55
* | | MDEV-6697: Improve foreign keys warnings/errorsJan Lindström2015-07-313-83/+471
* | | MDEV-8524: Improve error messaging when there is duplicate key or foreign key...Jan Lindström2015-07-313-1/+151
* | | MDEV-8474: InnoDB sets per-connection data unsafelyJan Lindström2015-07-211-0/+1
* | | Merge branch '5.5' into bb-5.5-sergSergei Golubchik2015-06-051-1/+5
|\ \ \