summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2018-01-112-52/+0
|\
| * Merge 5.5 into 10.0Marko Mäkelä2018-01-112-52/+0
| |\
| | * MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-112-52/+0
| | * MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-101-1/+1
| | * MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-101-7/+9
* | | MDEV-14776: InnoDB Monitor output generated by specific error is flooding err...Jan Lindström2018-01-092-140/+76
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-082-0/+2
|\ \ \ | |/ /
| * | MDEV-13205 InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon A...Marko Mäkelä2018-01-082-0/+2
* | | MDEV-14874 innodb_encrypt_log corrupts the log when the LSN crosses 32-bit bo...Marko Mäkelä2018-01-086-86/+48
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-042-8/+10
|\ \ \ | |/ /
| * | Fix a truncation warning introduced in MDEV-12323Marko Mäkelä2018-01-042-6/+8
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-032-14/+14
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-032-14/+14
| |\ \ | | |/
| | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-032-14/+14
* | | Merge 10.0 into 10.1Marko Mäkelä2018-01-026-8/+34
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-01-026-8/+34
| |\ \ | | |/
| | * Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-022-6/+0
| | * MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-026-4/+34
* | | MDEV-14272 Mariadb crashes with signal 11 when using federatedx engine and ga...Sergei Golubchik2017-12-281-2/+7
* | | cleanup: ha_myisam::data_file_name and index_file_nameSergei Golubchik2017-12-251-22/+25
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-212-36/+30
|\ \ \ | |/ /
| * | MDEV-12827 Assertion failure when reporting duplicate key error in online tab...Marko Mäkelä2017-12-212-36/+30
* | | MDEV-6247 post-fix: Re-enable some debug assertionsMarko Mäkelä2017-12-214-16/+0
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-204-16/+8
|\ \ \ | |/ /
| * | Correct a function commentMarko Mäkelä2017-12-204-16/+8
* | | DEV-14701: install_db shows corruption for rest encryption with innodb_data_f...Jan Lindström2017-12-192-2/+5
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-184-202/+78
|\ \ \ | |/ /
| * | MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...Marko Mäkelä2017-12-182-198/+74
| * | MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-182-4/+4
* | | MDEV-14524 TokuDB is unable to be built on LinuxOleksandr Byelkin2017-12-141-2/+6
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-132-0/+4
|\ \ \ | |/ /
| * | Follow-up fix for MDEV-12352: Plug a memory leakMarko Mäkelä2017-12-132-0/+4
* | | Fix the grammar of an error messageMarko Mäkelä2017-12-132-2/+2
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-138-158/+232
|\ \ \ | |/ /
| * | MDEV-12323 Rollback progress log messages during crash recovery are intermixe...Marko Mäkelä2017-12-136-112/+96
| * | Follow-up to MDEV-11027: Use recv_sys_t::report()Marko Mäkelä2017-12-132-12/+10
| * | MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-136-14/+72
| * | MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-134-42/+64
* | | Merge 10.0 into 10.1Marko Mäkelä2017-12-123-7/+0
|\ \ \ | |/ /
| * | MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+8
| * | removed garbase struct memberEugene Kosov2017-11-152-6/+0
| * | Fix a -Wimplicit-fallthrough warningMarko Mäkelä2017-11-101-1/+0
* | | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-096-104/+193
* | | Fixed failing tokudb testsMonty2017-12-072-4/+0
* | | Post-fix for MDEV-14587Marko Mäkelä2017-12-072-0/+2
* | | MDEV-14587 dict_stats_process_entry_from_defrag_pool() fails to call dict_tab...Marko Mäkelä2017-12-052-42/+14
* | | Fix Windows build with -DPLUGIN_PERFSCHEMA=NOVladislav Vaintroub2017-11-242-4/+4
* | | MDEV-14283 : Fix Solaris 10 build.wlad2017-11-214-2/+20
* | | Fix the build on OpenBSD (#488)David Carlier2017-11-172-9/+9
* | | mroonga after-merge test fixesSergei Golubchik2017-11-178-13/+15