summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* Remove an unnecessary comparison.Marko Mäkelä2016-12-222-8/+0
* MDEV-11630 Call mutex_free() before freeing the mutex listMarko Mäkelä2016-12-223-16/+14
* Merge branch '10.0' into 10.1Marko Mäkelä2016-12-192-5/+5
|\
| * MDEV-11602 InnoDB leaks foreign key metadata on DDL operationsMarko Mäkelä2016-12-192-5/+5
* | MDEV-10368: get_latest_version() called too oftenJan Lindström2016-12-139-103/+232
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-6/+70
|\ \ | |/
| * MDEV-6424: MariaDB server crashes with assertion failure in file ha_innodb.c ...Jan Lindström2016-11-171-6/+70
* | MDEV-11233 CREATE FULLTEXT INDEX with a token longer than 127 bytesMarko Mäkelä2016-12-055-54/+52
* | MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTEDMarko Mäkelä2016-12-023-4/+18
* | MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->t...sensssz2016-12-021-21/+20
* | MDEV-11349 (2/2) Fix some bogus-looking Valgrind warningsMarko Mäkelä2016-11-252-3/+5
* | MDEV-11349 (1/2) Fix some clang 4.0 warningsMarko Mäkelä2016-11-2512-40/+35
* | MDEV-10377: innodb.innodb_blob_truncate fails in buildbot: Failing assertion:...Jan Lindström2016-11-221-0/+2
* | MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lockJan Lindström2016-11-091-1/+26
* | MDEV-11182: InnoDB: Assertion failure in file buf0buf.cc line 4730 (encryptio...Jan Lindström2016-10-311-5/+41
* | MDEV-11106: Improve error messages when importing tablespacesJan Lindström2016-10-291-0/+9
* | MDEV-10917: Warning suggesting that innodb_page_size is experimental may be i...Jan Lindström2016-10-291-5/+6
* | MDEV-11004: Unable to start (Segfault or os error 2) when encryption key missingJan Lindström2016-10-293-23/+51
* | MDEV-10977: [ERROR] InnoDB: Block in space_id 0 in file ibdata1 encrypted.Jan Lindström2016-10-291-6/+72
* | Merge pull request #250 from sensssz/10.1-vatsJan Lindström2016-10-265-155/+368
|\ \
| * | A few fixes for VATS in 10.1sensssz2016-10-255-155/+368
* | | MDEV-10970: Crash while loading mysqldump backup when InnoDB encryption is en...Jan Lindström2016-10-241-1/+6
* | | Merge pull request #245 from sensssz/10.1-vatsJan Lindström2016-10-243-16/+203
|\ \ \ | |/ /
| * | Move the lock after deadlock is resolved.sensssz2016-10-131-11/+15
| * | Get thd by lock->trx->mysql_thd.sensssz2016-10-121-1/+1
| * | Reduce conflict during in-order replication.sensssz2016-10-121-0/+15
| * | Bug fix: add * and ; for innodbsensssz2016-10-111-2/+2
| * | Implement VATS both in InnoDB and XtraDB. Add configuration options for it in...sensssz2016-10-113-14/+182
* | | Add more information if encryption information is already stored forJan Lindström2016-10-241-1/+8
* | | Remove unnecessary semicolonsHyeonseok Oh2016-10-241-1/+1
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-289-14/+99
|\ \ | |/
| * Merge branch '10.0' of github.com:MariaDB/server into 10.0Sergei Petrunia2016-09-288-13/+98
| |\
| | * Merge branch 'merge/merge-innodb-5.6' into 10.0Sergei Golubchik2016-09-278-13/+98
| | |\
| | | * 5.6.33Sergei Golubchik2016-09-277-12/+97
* | | | Merge fix for MDEV-10649 from 10.0 to 10.1Sergei Petrunia2016-09-281-10/+19
|\ \ \ \ | |/ / /
| * | | MDEV-10649: Optimizer sometimes use "index" instead of "range" access for UPDATESergei Petrunia2016-09-281-10/+19
| |/ /
* | | MDEV-10886: encryption.innodb-bad-key-change fails (crashes) in buildbotJan Lindström2016-09-275-15/+74
* | | Disable encryption info and first page read info for every tablespaceJan Lindström2016-09-241-2/+6
* | | Do not use os_file_read() directly for reading first page of theJan Lindström2016-09-221-17/+13
* | | MDEV-9931: InnoDB reads first page of every .ibd file at startupJan Lindström2016-09-2216-70/+233
* | | 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
| |\ \ \ \ \