summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-0410-352/+278
* MDEV-15326 preparation: Remove trx_sys_t::n_prepared_trxMarko Mäkelä2019-09-045-59/+47
* MVCC::view_close(): Correct commentsMarko Mäkelä2019-09-042-8/+7
* Updated mtr files to support different compiled in optionsMonty2019-09-0139-30/+317
* Remove test that where only applicable for MySQLMonty2019-09-018-3997/+0
* Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-08-3034-1605/+2100
|\
| * TypoOlivier Bertrand2019-08-223-10/+11
| * Some small changes.Olivier Bertrand2019-08-193-33/+39
| * In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-1716-1375/+1540
| * TypoOlivier Bertrand2019-07-313-9/+9
| * In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-07-3020-336/+665
* | MDEV-18384: rocksdb.index_merge_rocksdb2 test failsSergei Petrunia2019-08-305-16/+148
* | Remove a bogus commentMarko Mäkelä2019-08-281-3/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-08-283-7/+9
|\ \
| * | fix clang warningsEugene Kosov2019-08-281-1/+1
| * | row_undo_mod_remove_clust_low(): Remove duplicated codeMarko Mäkelä2019-08-221-31/+1
| * | Fix -Wstringop-truncationMarko Mäkelä2019-08-222-6/+8
* | | MDEV-15326/MDEV-16136 dead code removalMarko Mäkelä2019-08-274-33/+11
* | | MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-273-10/+10
* | | MDEV-17187 table doesn't exist in engine after ALTER of FOREIGN KEYMarko Mäkelä2019-08-216-54/+70
* | | MDEV-17187: Code cleanupMarko Mäkelä2019-08-213-91/+51
* | | dict_table_open_on_index_id(): Remove a redundant parameterMarko Mäkelä2019-08-213-29/+4
* | | MDEV-15458 Segfault in heap_scan() upon UPDATE after ADD SYSTEM VERSIONINGSergei Golubchik2019-08-201-1/+3
* | | Revert "Fixes a problem with heap when scanning and insert rows at the same t...Sergei Golubchik2019-08-201-6/+9
* | | MDEV-20379 Mroonga has memory leak in ha_mroonga::is_foreign_key_fieldMonty2019-08-201-0/+3
* | | Fixes a problem with heap when scanning and insert rows at the same timeMonty2019-08-201-9/+6
* | | Problem:Thirunarayanan Balathandayuthapani2019-08-163-7/+46
* | | MDEV-8588/MDEV-19740: Restore a conditionMarko Mäkelä2019-08-161-9/+8
* | | MDEV-19740: Remove a bogus conditionMarko Mäkelä2019-08-151-3/+1
* | | MDEV-20301 InnoDB's MVCC has O(N^2) behaviorsAleksey Midenkov2019-08-141-9/+46
* | | MDEV-12439: MariaRocks produces numerous (spurious?) valgrind failuresSergei Petrunia2019-08-131-2/+2
* | | MDEV-20315: MyRocks tests produce valgrind failures (Backport to 10.2)Sergei Petrunia2019-08-131-2/+2
* | | MDEV-20060: Remove bogus unit from error messageMarko Mäkelä2019-08-131-1/+1
* | | MDEV-17614: After-merge fixMarko Mäkelä2019-08-125-181/+9
* | | Merge 10.1 into 10.2Marko Mäkelä2019-08-123-7/+7
|\ \ \ | |/ /
| * | Merge 5.5 into 10.1Marko Mäkelä2019-08-121-1/+1
| |\ \
| | * | Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-121-1/+3
| | * | MDEV-8827: Fix the 32-bit buildMarko Mäkelä2019-07-232-2/+2
| | * | Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC...Rahul Malik2019-07-232-32/+4
| | * | Revert "MDEV-8827 Duplicate key with auto increment"Marko Mäkelä2019-07-232-10/+14
| | * | Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICEThirunarayanan Balathandayuthapani2019-07-234-0/+67
| * | | MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-072-6/+6
* | | | Fixed issues found by valgrindMonty2019-08-121-1/+1
* | | | MDEV-16955: rocksdb_sys_vars.rocksdb_update_cf_options_basicSergei Petrunia2019-08-101-0/+2
* | | | Fixed assertion Assertion `!table->pos_in_locked_tables' failedMonty2019-08-082-0/+15
* | | | Fixed some errors & warnings found by clangMonty2019-08-083-3/+5
* | | | MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-075-14/+27
* | | | fix build (-Werror + -Wignored-qualifiers)Eugene Kosov2019-08-061-12/+0
* | | | Cleanup: this is how to use spanEugene Kosov2019-08-051-32/+28
* | | | MDEV-20103 add a class similar to std::spanEugene Kosov2019-08-051-0/+157