summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix mroonga: change field's table as well as ptr for ad-hoc // fixes ptr_in_r...Nikita Malyavin2020-03-313-43/+26
* fix key_copy to use from_record argument dataNikita Malyavin2020-03-311-2/+3
* pass ptr into more Field methodsNikita Malyavin2020-03-314-47/+76
* cleanup: constNikita Malyavin2020-03-315-5/+5
* Fix real keyread count for partitionsNikita Malyavin2020-03-312-4/+5
* unify "partitioning cannot do X" error messagesNikita Malyavin2020-03-3115-23/+23
* cleanup: reduce code duplication in read_extra2()Nikita Malyavin2020-03-311-24/+20
* cleanup: remove unused PLUGIN_INIT_SKIP_DYNAMIC_LOADINGSergei Golubchik2020-03-312-20/+15
* mysqld --help will now load mysqld.plugin tableSergei Golubchik2020-03-315-39/+28
* cleanup: pk_is_clustering_key() -> is_clustering_key()Sergei Golubchik2020-03-312-2/+2
* cleanup: dead code, comments, avoid current_thdSergei Golubchik2020-03-313-4/+10
* MDEV-22090 Change buffer is not freed after dropping or rebuilding tableMarko Mäkelä2020-03-311-2/+3
* MDEV-19514: Correct a few outdated commentsMarko Mäkelä2020-03-319-45/+43
* Cassandra: Define ha_cassandra::records_in_range()Marko Mäkelä2020-03-312-48/+47
* Merge 10.4 into 10.5Marko Mäkelä2020-03-3090-732/+1504
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-03-3085-796/+1553
| |\
| | * MDEV-20590 Introduce a file format constraint to ALTER TABLEMarko Mäkelä2020-03-308-54/+244
| | * MDEV-21832 FORCE all partition to rebuild if any one of theThirunarayanan Balathandayuthapani2020-03-302-25/+29
| | * Fix GCC -Wstringop-truncationMarko Mäkelä2020-03-301-0/+1
| | * Merge 10.2 into 10.3Marko Mäkelä2020-03-3070-726/+957
| | |\
| | | * MDEV-22019: Sig 11 in next_breadth_first_tab | max_sort_length setting + doub...Varun Gupta2020-03-304-6/+40
| | | * MDEV-22005 UBSAN: applying non-zero offset 2 to null pointer in my_charpos_mb()Eugene Kosov2020-03-262-4/+12
| | | * MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-247-11/+23
| | | * unoptimized -fsanitize=undefined build on clang requires more stack spaceEugene Kosov2020-03-232-2/+2
| | | * MDEV-22006 runtime error: null pointer passed as argument 2, which is declare...Eugene Kosov2020-03-231-1/+4
| | | * MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-236-104/+261
| | | * MDEV-19658 UBSAN: runtime error: load of value 2779096485, which is not a val...Eugene Kosov2020-03-231-1/+2
| | | * MDEV-21930 RocksDB does not compile anymore, with Visual StudioVladislav Vaintroub2020-03-234-42/+61
| | | * MDEV-21360 restore debud_dbug through a session variable instead of '-d,..'bb-10.2-MDEV-21360Alice Sherepa2020-03-2323-237/+228
| | | * blind fix for Windows buildingEugene Kosov2020-03-211-1/+0
| | | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-213-16/+6
| | | * MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-211-2/+4
| | | * Connect: Remove some unused variablesMarko Mäkelä2020-03-213-7/+2
| | | * InnoDB: reduce size of dtuple_tEugene Kosov2020-03-205-31/+34
| | | * correct comment in buf_page_is_corrupted()Eugene Kosov2020-03-201-1/+1
| | | * st_::span fixesEugene Kosov2020-03-202-145/+141
| | | * remove fishy reinterpret_cast from buf_page_is_zeroes()Eugene Kosov2020-03-207-39/+43
| | | * MDEV-17177 Crash in Item_func_in::cleanup() for SELECT executed viaIgor Babaev2020-03-204-20/+54
| | * | Make mysql.innodb_mysql_lock deterministicMonty2020-03-262-3/+7
| | * | MDEV-21883 Server crashes when joining a subselect with 32 tables and GROUP BYIgor Babaev2020-03-233-1/+137
| * | | num_worker_threads my_atomic to Atomic_counterSergey Vojtovich2020-03-274-6/+16
| * | | shutdown_group_count my_atomic to Atomic_counterSergey Vojtovich2020-03-271-2/+2
| * | | next_timeout_check my_atomic to std::atomicSergey Vojtovich2020-03-271-9/+14
* | | | Cleanup recv_sys: Move things to membersMarko Mäkelä2020-03-307-216/+188
* | | | MDEV-12353: Remove a trace of pre-MDEV-13564 crash-upgradeMarko Mäkelä2020-03-301-11/+0
* | | | MDEV-20377: Enable MemorySanitizer user-poisoningbb-10.5-msanMarko Mäkelä2020-03-282-7/+6
* | | | MDEV-20377: Make WITH_MSAN more usableMarko Mäkelä2020-03-289-12/+45
* | | | Do not compare uninitialized dataMarko Mäkelä2020-03-282-1/+2
* | | | my_net_init(): Avoid reading uninitialized data in my_net_local_init()Marko Mäkelä2020-03-281-1/+3
* | | | MDEV-20372 thread_pool_info fails randomly in 10.5Vladislav Vaintroub2020-03-283-20/+32