summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-09-103-30/+9
|\
| * MDEV-19514 preparation: Remove innodb_change_buffering_debug=2Marko Mäkelä2019-09-092-19/+2
| * Fix connect RESTSDK support.Vladislav Vaintroub2019-09-091-11/+7
* | Merge branch '10.2' into 10.3Sergei Golubchik2019-09-067-9/+10
|\ \ | |/
| * don't run RocksDB suites by defaultSergei Golubchik2019-09-064-4/+4
| * MDEV-12121: Avoid unused variableMarko Mäkelä2019-09-061-5/+3
| * MDEV-20490: rocksdb.ttl_primary_read_filtering fails in BBSergei Petrunia2019-09-052-0/+3
* | Simplify trx_state_eq()Marko Mäkelä2019-09-051-6/+1
* | MDEV-15326 after-merge fixesMarko Mäkelä2019-09-057-81/+77
* | Merge 10.2 into 10.3Marko Mäkelä2019-09-0411-239/+238
|\ \ | |/
| * Fix of query cache bug in AriaMonty2019-09-042-2/+20
| * MDEV-15326: Backport trx_t::is_referenced()Marko Mäkelä2019-09-048-56/+60
| * 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
* | Merge branch '10.2' into 10.3Monty2019-09-0335-33/+307
|\ \ | |/
| * 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 branch '10.2' into 10.3Oleksandr Byelkin2019-09-0229-1581/+2072
|\ \ | |/
| * 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
* | | Enable some RocksDB tests that are enabled on 10.2Marko Mäkelä2019-08-301-4/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-306-17/+148
|\ \ \ | |/ /
| * | MDEV-18384: rocksdb.index_merge_rocksdb2 test failsSergei Petrunia2019-08-305-16/+148
* | | MDEV-20066 Wrong value on instantly added column after DELETE and UPDATEMarko Mäkelä2019-08-301-33/+29
* | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-305-3/+7
* | | After-merge fixMarko Mäkelä2019-08-291-5/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-294-10/+10
|\ \ \ | |/ /
| * | 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
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-285-16/+14
|\ \ \ \ | |/ / /
| * | | 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
* | | | Implement innodb_evict_tables_on_commit_debugMarko Mäkelä2019-08-283-2/+46
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-2113-182/+177
|\ \ \ \ | |/ / /
| * | | 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