summaryrefslogtreecommitdiff
path: root/storage/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* Remove an excessive copyright message.Marko Mäkelä2017-01-111-1/+0
* Merge 10.0 into 10.1Marko Mäkelä2017-01-111-1/+2
|\
| * InnoDB: Enable UNIV_DEBUG_VALGRIND for cmake -DWITH_VALGRINDMarko Mäkelä2017-01-111-1/+2
* | Post-push fix for MDEV-11556: Make the debug variable UINT.Marko Mäkelä2017-01-071-1/+1
* | MDEV-11638 Encryption causes race conditions in InnoDB shutdownMarko Mäkelä2017-01-053-36/+14
* | Part 1 of MDEV-8139 Fix scrubbing testsMarko Mäkelä2017-01-041-25/+0
* | MDEV-11556 InnoDB redo log apply fails to adjust data file sizesMarko Mäkelä2016-12-302-0/+11
* | MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.soMarko Mäkelä2016-12-281-0/+3
* | Remove an unnecessary comparison.Marko Mäkelä2016-12-221-3/+0
* | MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-132-1/+117
* | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2016-12-051-2/+3
* | MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTEDMarko Mäkelä2016-12-022-3/+15
* | MDEV-11349 (2/2) Fix some bogus-looking Valgrind warningsMarko Mäkelä2016-11-251-3/+3
* | MDEV-11349 (1/2) Fix some clang 4.0 warningsMarko Mäkelä2016-11-254-20/+20
* | MDEV-10377: innodb.innodb_blob_truncate fails in buildbot: Failing assertion:...Jan Lindström2016-11-221-0/+2
* | A few fixes for VATS in 10.1sensssz2016-10-252-3/+5
* | Implement VATS both in InnoDB and XtraDB. Add configuration options for it in...sensssz2016-10-111-0/+9
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-282-1/+11
|\ \ | |/
| * Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2016-09-272-1/+11
| |\
| | * 5.6.33Sergei Golubchik2016-09-271-0/+10
* | | MDEV-10886: encryption.innodb-bad-key-change fails (crashes) in buildbotJan Lindström2016-09-272-3/+43
* | | MDEV-9931: InnoDB reads first page of every .ibd file at startupJan Lindström2016-09-227-18/+39
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-254-20/+12
|\ \ \ | |/ /
| * | MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcVicențiu Ciorbaru2016-08-231-9/+1
| * | Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2016-08-102-2/+4
| |\ \ | | |/
| | * 5.6.32Sergei Golubchik2016-08-101-1/+3
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-102-10/+8
| |\ \
| | * | MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcmariadb-5.5.51Vicențiu Ciorbaru2016-08-092-9/+7
| | * | MDEV-10083: Orphan ibd file when playing with foreign keysJan Lindström2016-06-231-1/+4
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-23/+23
| | |\ \
| | | * | Followup:BUG#22530768 Innodb freeze running REPLACE statementsShaohua Wang2016-01-271-23/+23
| | * | | Fix function visibility as it is used on row0mysql.c in Windows.Jan Lindström2016-02-031-0/+14
| | * | | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-10-083-56/+114
| | |\ \ \ | | | |/ /
| | | * | BUG#21102971 data corruption on arm64Shaohua Wang2015-08-103-32/+114
| | * | | Merge tag 'mysql-5.5.45' into 5.5Sergei Golubchik2015-08-011-1/+12
| | |\ \ \ | | | |/ /
| | | * | Bug #19138298 RECORD IN INDEX WAS NOT FOUND ON ROLLBACK, TRYING TO INSERTAnnamalai Gurusami2015-05-091-1/+12
| | | * | Bug#19904003 INNODB_LIMIT_OPTIMISTIC_INSERT_DEBUG=1 CAUSES INFINITE PAGE SPLITMarko Makela2014-10-301-2/+2
| | | * | Bug #19306524 FAILING ASSERTION WITH TEMP TABLE FOR A PROCEDURE CALLEDAnnamalai Gurusami2014-09-182-0/+20
| | | * | Bug #18806829 OPENING INNODB TABLES WITH MANY FOREIGN KEY REFERENCES ISAnnamalai Gurusami2014-06-104-4/+120
| | | * | post-push fix for bug17565888.Mattias Jonsson2013-10-191-6/+3
| | | * | post-push fix for bug17565888.Mattias Jonsson2013-10-181-1/+2
| | | * | post-push fix for bug17565888.Mattias Jonsson2013-10-181-1/+2
| | | * | Bug#17565888: UP TO 75% INCREASE IN DBT3 QUERY (Q7) EXECUTION TIMEMattias Jonsson2013-10-182-23/+28
| | | * | Bug#17513737 INTRODUCE CHECK TABLE...QUICKAnil Toshniwal2013-10-171-2/+0
| | | * | Bug#11758196 : INNODB ASSERTION FAILURE WHEN CONVERTING FROM MYISAM TO INNODBYasufumi Kinoshita2013-09-301-0/+2
| | | * | Merge fix for BUG#17446090 from mysql-5.1 to mysql-5.5Satya Bodapati2013-09-272-5/+5
| | | |\ \
| | | | * | Additional Fix to BUG#16755251 for 5.1 build failure and Satya Bodapati2013-09-121-1/+1
| | | * | | Merge fix for BUG#16752251 from mysql-5.1 to mysql-5.5Satya Bodapati2013-09-111-0/+15
| | | |\ \ \ | | | | |/ /
| | | | * | Bug#16752251 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE OPERATION IFSatya Bodapati2013-09-111-0/+13
| | | | * | Bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-111-2/+2