| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-22933 - remove ---source include/not_threadpool.inc from testsbb-10.5-wlad2 | Vladislav Vaintroub | 2020-06-18 | 1 | -1/+0 |
* | Cleaned up compile failure if DEBUG_SYNC is disabled in DEBUG builds | Monty | 2020-06-14 | 1 | -0/+2 |
* | MDEV-21831: Assertion `length == pack_length()' failed in Field_inet6::sort_s... | Varun Gupta | 2020-06-11 | 3 | -1/+18 |
* | MDEV-22858 Remove unused innodb_mem_validate_usec, innodb_master_purge_usec | Marko Mäkelä | 2020-06-10 | 1 | -2/+0 |
* | MDEV-22434 UPDATE on RocksDB table with WITHOUT OVERLAPS fails | Nikita Malyavin | 2020-06-05 | 4 | -9/+28 |
* | MDEV-22641: Provide SIMD optimized wrapper for zlib crc32() (#1558) | mysqlonarm | 2020-06-01 | 2 | -8/+9 |
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-31 | 2 | -9/+1 |
|\ |
|
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-30 | 2 | -9/+1 |
| |\ |
|
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-05-29 | 2 | -9/+1 |
| | |\ |
|
| | | * | Revert "MDEV-12445 : Rocksdb does not shutdown worker threads and aborts in m... | Sergei Golubchik | 2020-05-27 | 1 | -8/+0 |
| | | * | fix rocksdb zstd detection | Sergei Golubchik | 2020-05-27 | 1 | -1/+1 |
* | | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2020-05-09 | 1 | -4/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | MDEV-21794: Optimizer flag rowid_filter leads to long query | Sergei Petrunia | 2020-05-07 | 1 | -4/+5 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-04-25 | 4 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-04-16 | 4 | -7/+7 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-04-15 | 4 | -7/+7 |
| | |\ \
| | | |/ |
|
| | | * | fix rocksdb compression detection | Sergei Golubchik | 2020-04-08 | 1 | -5/+5 |
| | | * | MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri... | Oleksandr Byelkin | 2020-04-01 | 3 | -3/+3 |
* | | | | MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS | Aleksey Midenkov | 2020-04-04 | 1 | -1/+1 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-03-30 | 4 | -42/+61 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-03-30 | 4 | -42/+61 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-03-30 | 4 | -42/+61 |
| | |\ \
| | | |/ |
|
| | | * | MDEV-21930 RocksDB does not compile anymore, with Visual Studio | Vladislav Vaintroub | 2020-03-23 | 4 | -42/+61 |
* | | | | Updated optimizer costs in multi_range_read_info_const() and sql_select.cc | Monty | 2020-03-27 | 6 | -13/+15 |
* | | | | Added page_range to records_in_range() to improve range statistics | Monty | 2020-03-27 | 2 | -4/+7 |
* | | | | Replace handler::primary_key_is_clustered() with handler::pk_is_clustering_key() | Monty | 2020-03-24 | 2 | -7/+0 |
* | | | | MDEV-21303 Make executables MariaDB named | Rasmus Johansson | 2020-03-21 | 1 | -3/+3 |
* | | | | MDEV-742: Fix clang -Winconsistent-missing-override | Marko Mäkelä | 2020-03-21 | 1 | -2/+2 |
* | | | | merge 10.4 to 10.5 | Monty | 2020-03-18 | 3 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Removed double records_in_range calls from multi_range_read_info_const | Monty | 2020-03-17 | 3 | -3/+3 |
* | | | | update the test result for new perfschema | Sergei Golubchik | 2020-03-16 | 1 | -1/+1 |
* | | | | MDEV-742 XA PREPAREd transaction survive disconnect/server restart | Andrei Elkin | 2020-03-14 | 6 | -9/+245 |
* | | | | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2020-03-11 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix compile failure, compare_key_parts in handler shadowed by MyRocks | Sergei Petrunia | 2020-02-19 | 1 | -0/+1 |
* | | | | MDEV-21743 Split up SUPER privilege to smaller privileges | Alexander Barkov | 2020-03-10 | 1 | -1/+1 |
* | | | | cleanup: pass trxid by value | Sergei Golubchik | 2020-03-10 | 1 | -2/+2 |
* | | | | perfschema transaction instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -2/+2 |
* | | | | perfschema table io instrumentation related changes | Sergei Golubchik | 2020-03-10 | 1 | -5/+3 |
* | | | | perfschema memory related instrumentation changes | Sergei Golubchik | 2020-03-10 | 3 | -18/+19 |
* | | | | Cleanup: Make MONITOR_LSN_CHECKPOINT_AGE a value. | Marko Mäkelä | 2020-03-04 | 1 | -1/+1 |
* | | | | MDEV-15058: Revert the changes to INFORMATION_SCHEMA | Marko Mäkelä | 2020-02-12 | 1 | -5/+5 |
* | | | | MDEV-15058: Deprecate and ignore innodb_buffer_pool_instances | Marko Mäkelä | 2020-02-12 | 1 | -5/+5 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-02-07 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Fixed compiler warnings from gcc 7.4.1 | Monty | 2020-01-29 | 1 | -1/+2 |
* | | | | MDEV-21581 Helper functions and methods for CHARSET_INFO | Alexander Barkov | 2020-01-28 | 1 | -16/+17 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-12-27 | 2 | -1/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-12-27 | 2 | -1/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-12-27 | 2 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | Disable -Werror for rocksdb submodule | Sergei Golubchik | 2019-12-17 | 2 | -2/+2 |
* | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2019-12-16 | 2 | -2/+2 |
|\ \ \ \
| |/ / / |
|