summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10727: Merge 5.7 Innochecksum with 5.6Jan Lindström2016-09-302-26/+108
* 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
* Fix valgrind error.Vladislav Vaintroub2016-09-221-0/+1
* Fix buildbot errors on WindowsVladislav Vaintroub2016-09-221-4/+0
* compilation failure on power8Sergei Golubchik2016-09-221-2/+2
* MDEV-10845: Server crashes in sync_array_cell_print with innodb-status-fileJan Lindström2016-09-221-78/+9
* Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-1913-1832/+94
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2016-09-0917-130/+275
| |\
| | * update plugin maturitiesSergei Golubchik2016-09-052-33/+33
| | * Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-252-9/+17
| | |\
| | | * Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-08-2415-89/+226
| | | |\
| | | * | Refs: MW-279sjaakola2016-08-211-7/+15
| | | * | - PXC#592: Tried closing fk-reference-table that was never opened.Krunal Bauskar2016-08-211-2/+2
| | | * | Merge tag 'mariadb-10.0.26' into 10.0-galeraNirbhay Choubey2016-06-24147-1503/+1642
| | | |\ \
| | | * \ \ Merge branch '10.0' into 10.0-galeraNirbhay Choubey2016-04-2915-183/+519
| | | |\ \ \
| | * | \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-08-2513-88/+185
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcVicențiu Ciorbaru2016-08-231-9/+1
| | | * | | | Merge branch 'bb-10.0-serg' into 10.0Sergei Golubchik2016-08-1411-32/+136
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2016-08-108-22/+108
| | | | |\ \ \ \
| | | | | * | | | 5.6.32Sergei Golubchik2016-08-107-21/+107
| | | | * | | | | Merge branch '5.5' into 10.0Sergei Golubchik2016-08-103-10/+28
| | | | |\ \ \ \ \
| | | | | * | | | | 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-10535: ALTER TABLE causes standalone/wsrep cluster crashJan Lindström2016-08-131-3/+3
| | | * | | | | | | MDEV-10469: innodb.innodb-alter-tempfile fails in buildbot: InnoDB: Warning: ...Jan Lindström2016-08-131-47/+48
| | | |/ / / / / /
| | * | | | | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-07-133-3/+43
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Add more diagnostic to find out the problem onJan Lindström2016-07-043-2/+42
| | | | |_|_|_|/ | | | |/| | | |
| * | | | | | | MDEV-10421 duplicate CHECK CONSTRAINTs.Alexey Botchkov2016-09-061-2/+2
| * | | | | | | More DBUG_PRINT's to make it easier to debugMonty2016-09-013-1/+13
| * | | | | | | MDEV-9872: New Power8 crc32(ieee) optimized functionsDaniel Black2016-08-051-2/+2
| * | | | | | | MDEV-9872 - Add common optimized CRC32 function interfaceSergey Vojtovich2016-08-046-1803/+12
| * | | | | | | MDEV-7901: re-implement analyze table for low impactOleksandr Byelkin2016-08-031-0/+1
* | | | | | | | Fixed mutex deadlock found with innodb.innodb-defrag-concurrentJan Lindström2016-09-161-4/+1
* | | | | | | | fix some quoting in error messagesSergei Golubchik2016-09-162-8/+0
* | | | | | | | Fix innodb_fts suiteSergei Golubchik2016-09-144-5/+4
* | | | | | | | Fix crash on innodb_fts.innobase_drop_fts_index_tableJan Lindström2016-09-142-2/+2
* | | | | | | | Windows : Remove one more CloseHandle() used on a (non-handle) thread idVladislav Vaintroub2016-09-131-4/+0
* | | | | | | | Add error logging for aio error on WindowsVladislav Vaintroub2016-09-131-2/+12
* | | | | | | | Windows : CloseHandle() returned by CreateThread().Vladislav Vaintroub2016-09-133-55/+4
* | | | | | | | fix MYSQL_FTPARSER_BOOLEAN_INFO initializationSergei Golubchik2016-09-111-1/+1
* | | | | | | | Remove a bunch of TODO's, fix perfschema.threads_innodb testSergei Golubchik2016-09-1120-303/+83
* | | | | | | | misc after-merge changes:Sergei Golubchik2016-09-108-57/+26
* | | | | | | | Fix bunch of test failures and solaris build missing include.Jan Lindström2016-09-095-4/+32
* | | | | | | | MDEV-10551 Test innodb.defrag_mdl-9155 hangs on InnoDB 5.7Sergei Golubchik2016-09-081-0/+1
* | | | | | | | Merge InnoDB 5.7 from mysql-5.7.14.Jan Lindström2016-09-08210-8502/+15311
* | | | | | | | Merge InnoDB 5.7 from mysql-5.7.9.Jan Lindström2016-09-02378-75899/+131469
|/ / / / / / /
* | | | | | | clarify ER_CANT_DROP_FIELD_OR_KEYSergei Golubchik2016-07-021-1/+1
* | | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-30154-1747/+2302
|\ \ \ \ \ \ \ | |/ / / / / /