Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-09-06 | 256 | -3079/+9043 |
|\ | |||||
| * | [NFC] range-forify loops | Eugene Kosov | 2019-09-03 | 1 | -10/+6 |
| * | MDEV-20479 assertion failure in dict_table_get_nth_col() after INSTANT DROP C... | Eugene Kosov | 2019-09-03 | 3 | -4/+28 |
| * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-09-02 | 44 | -1653/+2182 |
| |\ | |||||
| | * | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-09-02 | 33 | -1584/+2077 |
| | |\ | |||||
| | | * | C/C | Sergei Golubchik | 2019-09-01 | 1 | -0/+0 |
| | | * | Merge remote-tracking branch 'connect/10.2' into 10.2 | Oleksandr Byelkin | 2019-08-30 | 37 | -1608/+2105 |
| | | |\ | |||||
| | | | * | Typo | Olivier Bertrand | 2019-08-22 | 3 | -10/+11 |
| | | | * | Some small changes. | Olivier Bertrand | 2019-08-19 | 3 | -33/+39 |
| | | | * | In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve... | Olivier Bertrand | 2019-08-17 | 17 | -1376/+1543 |
| | | | * | Typo | Olivier Bertrand | 2019-07-31 | 3 | -9/+9 |
| | | | * | In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve... | Olivier Bertrand | 2019-07-30 | 20 | -336/+665 |
| | * | | | Compilation fix | Aleksey Midenkov | 2019-09-01 | 1 | -4/+1 |
| | * | | | Fixed compiler warning that broke builds | Monty | 2019-09-01 | 1 | -2/+1 |
| | * | | | MDEV-18501 Partition pruning doesn't work for historical queries (fix) | Aleksey Midenkov | 2019-09-01 | 3 | -7/+12 |
| | * | | | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring) | Aleksey Midenkov | 2019-09-01 | 7 | -40/+83 |
| | * | | | MDEV-18501 Partition pruning doesn't work for historical queries (cleanup) | Aleksey Midenkov | 2019-09-01 | 4 | -18/+10 |
| * | | | | MDEV-20231: MariaDB 10.4 HELP Tables | Ian Gilfillan | 2019-09-02 | 1 | -734/+917 |
| * | | | | Make main.subselect_sj2* tests stable | Sergei Petrunia | 2019-09-02 | 4 | -24/+75 |
| * | | | | Fixed a typo | Varun Gupta | 2019-09-02 | 1 | -1/+1 |
| * | | | | Followup fix for MDEV-20440 | Varun Gupta | 2019-09-02 | 1 | -0/+3 |
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-08-31 | 103 | -631/+2673 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Enable some RocksDB tests that are enabled on 10.2 | Marko Mäkelä | 2019-08-30 | 1 | -4/+0 |
| | * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-08-30 | 6 | -17/+148 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-18384: rocksdb.index_merge_rocksdb2 test fails | Sergei Petrunia | 2019-08-30 | 5 | -16/+148 |
| | * | | | MDEV-20066 Wrong value on instantly added column after DELETE and UPDATE | Marko Mäkelä | 2019-08-30 | 3 | -34/+123 |
| | * | | | MDEV-20425: Fix -Wimplicit-fallthrough | Marko Mäkelä | 2019-08-30 | 11 | -7/+16 |
| | * | | | MDEV-20109: Optimizer ignores distinct key created for materialized... | Sergei Petrunia | 2019-08-30 | 3 | -3/+3 |
| | * | | | MDEV-20109: Optimizer ignores distinct key created for materialized... | Sergei Petrunia | 2019-08-30 | 27 | -295/+392 |
| | * | | | MDEV-20149 innodb.innodb-system-table-view fails with wrong result | Marko Mäkelä | 2019-08-29 | 2 | -0/+12 |
| | * | | | After-merge fix | Marko Mäkelä | 2019-08-29 | 1 | -5/+2 |
| | * | | | MDEV-20425 Implement Boolean debug build option debug_assertbb-10.3-MDEV-20425 | Marko Mäkelä | 2019-08-29 | 5 | -18/+30 |
| | * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-08-29 | 25 | -91/+637 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Clean up innodb.innodb-read-view | Marko Mäkelä | 2019-08-29 | 2 | -14/+3 |
| | | * | | Remove a bogus comment | Marko Mäkelä | 2019-08-28 | 1 | -3/+1 |
| | | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-08-28 | 20 | -78/+528 |
| | | |\ \ | |||||
| | | | * | | Improved handling of subdirectories in the xtrabackup-v2 SST scripts (similar... | Julius Goryavsky | 2019-08-28 | 2 | -8/+35 |
| | | | * | | fix clang warnings | Eugene Kosov | 2019-08-28 | 2 | -2/+2 |
| | | | * | | Enable galera_sst_mysqldump_with_key test case. | Jan Lindström | 2019-08-27 | 1 | -1/+0 |
| | | | * | | MDEV-19699 Server crashes in Item_null_result::field_type upon SELECT with RO... | Alexander Barkov | 2019-08-27 | 6 | -0/+147 |
| | | | * | | MDEV-20420: SST failed after MDEV-18863 in some test configurations | Julius Goryavsky | 2019-08-26 | 6 | -57/+324 |
| | | | * | | MDEV-20188: binlog.binlog_stm_drop_tmp_tbl fails in buildbot with Unknown tab... | Sujatha | 2019-08-26 | 3 | -12/+12 |
| | | | * | | row_undo_mod_remove_clust_low(): Remove duplicated code | Marko Mäkelä | 2019-08-22 | 1 | -31/+1 |
| | | | * | | Fix -Wstringop-truncation | Marko Mäkelä | 2019-08-22 | 2 | -6/+8 |
| | | | * | | Bash-specific operator replaced by a universal one | Julius Goryavsky | 2019-08-21 | 1 | -1/+1 |
| | | | * | | ensure that pam plugin is present in release packages | Sergei Golubchik | 2019-08-20 | 1 | -0/+1 |
| | | | * | | really make CPACK_RPM_DEBUGINFO_PACKAGE configurable | Sergei Golubchik | 2019-08-20 | 1 | -1/+2 |
| | | * | | | MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char... | Oleksandr Byelkin | 2019-08-28 | 4 | -13/+149 |
| | * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-08-28 | 22 | -63/+1093 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | MDEV-13626: Add innodb.innodb-read-view | Marko Mäkelä | 2019-08-27 | 2 | -0/+441 |