summaryrefslogtreecommitdiff
path: root/storage/innobase
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18677 clang-cl 7 fails to compile innodbMarko Mäkelä2019-02-211-5/+11
* MDEV-17082 Application-time periods: CREATENikita Malyavin2019-02-212-6/+6
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-218-139/+162
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-02-1911-209/+263
| |\
| | * MDEV-18639 Assertion failure upon attempt to start with lower number of undo ...Thirunarayanan Balathandayuthapani2019-02-191-1/+1
| | * MDEV-18611: mariabackup silently ended during xtrabackup_copy_logfile()Marko Mäkelä2019-02-191-6/+5
| | * Merge 10.1 into 10.2Marko Mäkelä2019-02-181-32/+17
| | |\
| | | * MDEV-18630 Uninitialised value in FOREIGN KEY error messageMarko Mäkelä2019-02-181-32/+17
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-02-111-1/+0
| | |\ \ | | | |/
| | | * MDEV-18016: Cover the no-rebuild case, and remove a bogus debug assertionMarko Mäkelä2019-02-111-1/+0
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-02-051-36/+53
| | |\ \ | | | |/
| | | * MDEV-15798 Mutex leak on accessing INFORMATION_SCHEMA.INNODB_MUTEXESMarko Mäkelä2019-02-051-60/+87
| | * | MDEV-16982 Server crashes in mem_heap_dup upon DELETE from table with virtual...Marko Mäkelä2019-02-051-20/+25
| | * | compiler warningsSergei Golubchik2019-02-051-1/+1
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-02-034-59/+56
| | |\ \ | | | |/
| | | * MDEV-16896 encryption.innodb-checksum-algorithm crashesMarko Mäkelä2019-02-031-12/+9
| | | * Merge 10.1 into 10.1Marko Mäkelä2019-02-023-47/+42
| | | |\
| | | | * MDEV-18016: Assertion failure on ALTER TABLE after foreign_key_checks=0Marko Mäkelä2019-01-291-34/+24
| | | | * MDEV-18256 Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-291-5/+13
| | | | * MDEV-18222: Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-291-4/+4
| | | | * Version fix after mergeOleksandr Byelkin2019-01-281-1/+1
| | | | * Reverting part of da34c7de5dacac85c4dc1f714bcd7edf3b7fe5f9 that was already f...Oleksandr Byelkin2019-01-281-3/+0
| | | * | Fix embedded innodb_plugin after 560799ebd8efe11f4c4ae1bb9ed4d39185e03800Marko Mäkelä2019-02-021-1/+5
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-02-023-53/+91
| | |\ \ \ | | | |/ /
| | | * | Minor clean-upMarko Mäkelä2019-02-011-7/+4
| | | * | Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-313-29/+80
| | | |\ \
| | | | * \ Merge remote-tracking branch 'origin/10.0' into bb-10.0-galeraJan Lindström2018-10-3125-215/+293
| | | | |\ \
| | | | * \ \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-303-34/+85
| | | | |\ \ \
| | | | | * | | MariaDB adjustments.Jan Lindström2018-10-101-1/+3
| | | | | * | | Fix compilation error in row0ins.cVasil Dimov2018-10-101-1/+3
| | | | | * | | Add a new config variable wsrep_certification_rulesVasil Dimov2018-10-101-3/+15
| | | | | * | | Generalize "bool shared/exclusive" argument to enumVasil Dimov2018-10-103-26/+61
| | | | * | | | Merge tag 'mariadb-10.0.36' into 10.0-galeraJan Lindström2018-08-0220-567/+315
| | | | |\ \ \ \
| * | | | | | | | MDEV-18603 Debug option to disable InnoDB monitor threadsAleksey Midenkov2019-02-181-1/+5
* | | | | | | | | MDEV-18649 Assertion supremum[7] == index.n_core_null_bytes failedMarko Mäkelä2019-02-201-1/+4
* | | | | | | | | MDEV-12026: Fix type mismatchMarko Mäkelä2019-02-201-6/+6
* | | | | | | | | MDEV-12026: Implement innodb_checksum_algorithm=full_crc32Thirunarayanan Balathandayuthapani2019-02-1931-373/+1162
* | | | | | | | | MDEV-18632: wsrep_is_wsrep_xid: Conditional jump or move depends on uninitial...Jan Lindström2019-02-191-1/+1
* | | | | | | | | MDEV-18627: Tighten an assertion added in MDEV-18596Marko Mäkelä2019-02-181-2/+1
* | | | | | | | | MDEV-18627 Wrong result after instant size change of integerMarko Mäkelä2019-02-1811-143/+41
* | | | | | | | | MDEV-18596 Crash in row_mysql_store_col_in_innobase_format() on MODIFY/ADD co...Marko Mäkelä2019-02-181-10/+12
* | | | | | | | | MDEV-15564: Fix a memory leakMarko Mäkelä2019-02-181-6/+3
* | | | | | | | | MDEV-18609 Assertion !is_string || (*af)->charset() == cf->charset failedMarko Mäkelä2019-02-181-7/+3
* | | | | | | | | MDEV-18598: Wrong results after instant integer conversionsMarko Mäkelä2019-02-171-30/+30
* | | | | | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-152-10/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MDEV-18592 Warning if temp-file (with "#sql-" prefix) is missing during prepareVladislav Vaintroub2019-02-151-4/+6
| * | | | | | | | | MDEV-18579 Assertion !ctx->online || num_fts_index == 0Marko Mäkelä2019-02-151-6/+3
* | | | | | | | | | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-143-97/+26
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | MDEV-15564: Fix bool/ibool type mismatchMarko Mäkelä2019-02-152-91/+26
| * | | | | | | | | MDEV-15564: Fix the non-debug buildMarko Mäkelä2019-02-151-6/+0