summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12674 Post-merge fix: Include accidentally omitted changesMarko Mäkelä2017-05-124-8/+54
* Merge 10.1 into 10.2Marko Mäkelä2017-05-126-106/+49
|\
| * Merge 10.0 into 10.1Marko Mäkelä2017-05-127-119/+109
| |\
| | * MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-126-116/+107
| * | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
| * | MDEV-12253 post-push fix: buf_read_page_low() can return DB_ERRORMarko Mäkelä2017-05-091-1/+5
* | | MDEV-11197: TrxInInnoDB::is_aborted(const trx_t*): Assertion `srv_read_only_m...Jan Lindström2017-05-102-10/+9
* | | MDEV-12776 Do not create the InnoDB temporary tablespace in innodb_read_only ...Marko Mäkelä2017-05-102-11/+12
* | | MDEV-12708 innodb.truncate_purge_debug fails sporadically in buildbotMarko Mäkelä2017-05-101-0/+2
* | | MDEV-12679 purge_sys_t::~purge_sys_t(): Assertion `latch.magic_n == 0' failed...Marko Mäkelä2017-05-101-0/+3
* | | Fix some integer type mismatch.Marko Mäkelä2017-05-1020-59/+59
* | | Fix of emulated variables comments to reflect reality.Oleksandr Byelkin2017-05-101-79/+77
* | | MDEV-12750 Fix crash recovery of key rotationMarko Mäkelä2017-05-093-16/+27
* | | MDEV-12472: InnoDB should accept XtraDB parameters, warning that they are ign...Jan Lindström2017-05-092-0/+1024
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-8/+5
|\ \ \ | |/ /
| * | MDEV-12624: encryption.innodb_encryption_tables fails in buildbot with timeoutmariadb-10.1.23Jan Lindström2017-05-021-0/+5
| * | MDEV-12623: InnoDB: Failing assertion: kv == 0Jan Lindström2017-04-291-8/+0
* | | MDEV-12253 post-fix: Do not leak memory in crash recoveryMarko Mäkelä2017-05-091-8/+8
* | | MDEV-12720 recovery fails with "Generic error" for ROW_FORMAT=compressedMarko Mäkelä2017-05-092-8/+7
* | | MDEV-12735: Accidental revert of MDEV-6933Jan Lindström2017-05-091-4/+0
* | | MDEV-12745 InnoDB Assertion `0' failed at row0umod.cc:1181Marko Mäkelä2017-05-091-5/+8
* | | Merge pull request #388 from grooverdan/10.2-MDEV-8684-innobase-remove-mathsJan Lindström2017-05-092-8/+3
|\ \ \
| * | | MDEV-8684: innodb ut_delay - no mathsDaniel Black2017-05-092-8/+3
* | | | MDEV-12706: !trx->declared_to_be_inside_innodb with innodb_thread_concurrency...Jan Lindström2017-05-091-2/+1
* | | | MDEV-12586 ALTER TABLE…ALGORITHM=INPLACE fails with non-constant DEFAULT va...Marko Mäkelä2017-05-081-29/+66
* | | | Disable defragmentation support for now.Jan Lindström2017-05-081-1/+2
|/ / /
* | | MDEV-12253 post-push fix: buf_read_page_low() can return DB_ERRORMarko Mäkelä2017-05-061-0/+4
* | | MDEV-12253 post-merge fix: Use accessors for dict_table_t::file_unreadableMarko Mäkelä2017-05-0610-20/+20
* | | MDEV-11520 Properly retry posix_fallocate() on EINTRMarko Mäkelä2017-05-061-1/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-064-34/+33
|\ \ \ | |/ /
| * | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-286-177/+253
| * | MDEV-12591 MariaDB embedded server refuses start with innodb_pluginSergei Golubchik2017-04-271-1/+1
| * | MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-271-3/+1
* | | MDEV-11520 post-fix: Retry posix_fallocate() on EINTR in fil_ibd_create()Marko Mäkelä2017-05-061-9/+12
* | | MDEV-12485 foreign key on delete cascade stale entries with query cache enabledOleksandr Byelkin2017-05-051-5/+29
* | | Remove an unused variable.Marko Mäkelä2017-05-051-2/+0
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-0548-780/+918
|\ \ \ | |/ /
| * | MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-2640-933/+1113
* | | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-307-252/+72
* | | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-287-65/+130
* | | Merge 10.1 into 10.2Marko Mäkelä2017-04-2812-86/+228
|\ \ \ | |/ /
| * | Fix a compilation errorMarko Mäkelä2017-04-213-57/+42
| * | MDEV-12545 Reduce the amount of fil_space_t lookupsMarko Mäkelä2017-04-219-243/+154
| * | MDEV-12467 encryption.create_or_replace hangs during DROP TABLEMarko Mäkelä2017-04-211-22/+18
| * | Follow-up to MDEV-12488: Fix some type mismatch in header filesMarko Mäkelä2017-04-213-66/+76
| * | Fix some InnoDB type mismatch introduced in 10.1Marko Mäkelä2017-04-215-24/+26
| * | Merge 10.0 into 10.1Marko Mäkelä2017-04-214-21/+19
| |\ \ | | |/
| | * Fix some InnoDB type mismatchMarko Mäkelä2017-04-212-17/+15
| | * Follow-up to MDEV-12534: Fix warnings on 32-bit systemsMarko Mäkelä2017-04-212-4/+4
| * | Merge 10.0 into 10.1Marko Mäkelä2017-04-2112-350/+239
| |\ \ | | |/