summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Yet less TDC hash lookupsbb-10.5-svoj-MDEV-17882Sergey Vojtovich2020-04-034-21/+22
* Split tdc_remove_table()Sergey Vojtovich2020-04-0312-144/+127
* tc_remove_all_unused_tables() cleanupSergey Vojtovich2020-04-031-31/+11
* Proper locking for mysql.gtid_slave_pos truncationSergey Vojtovich2020-04-031-1/+2
* Fixed close_cached_connection_tables() flushingSergey Vojtovich2020-04-033-88/+73
* Cleanup mysql_inplace_alter_table()Sergey Vojtovich2020-04-033-4/+20
* Cleanup close_all_tables_for_name()Sergey Vojtovich2020-04-033-14/+8
* Let "FTWRL <table_list>" use extra(HA_EXTRA_FLUSH)Sergey Vojtovich2020-04-035-291/+13
* Merge pull request #1221 from grooverdan/10.4-MDEV-18851-multiple-sized-large...Daniel Black2020-04-0228-436/+592
* MDEV-22113 SIGSEGV, ASAN use-after-poison, Assertion `next_insert_id == 0' in...Sergei Golubchik2020-04-023-8/+29
* MDEV-21303 Use mariadbd as the library plugins link to on non-LinuxDaniel Black2020-04-021-1/+1
* MDEV-22120 Add author to SHOW AUTHORSRasmus Johansson2020-04-021-0/+1
* Travis-CI: Update default distro from Ubuntu Xenial to BionicOtto Kekäläinen2020-04-022-8/+3
* Travis-CI: Slim down number of parallel jobs to speed up total run timeOtto Kekäläinen2020-04-021-21/+9
* MDEV-22114 Assertion failure on SET GLOBAL innodb_buffer_pool_evict='uncompre...Marko Mäkelä2020-04-023-2/+4
* MDEV-22107 Restore accidentally orphaned MTR_MEMO_MODIFYMarko Mäkelä2020-04-017-64/+87
* MDEV-12353: Fix a warning in RelWithDebInfo buildMarko Mäkelä2020-04-011-0/+1
* Fix GCC 9.3.0 -Wstrict-aliasingMarko Mäkelä2020-04-011-1/+2
* MDEV-22103 INNODB_ENCRYPTION_NUM_KEY_REQUESTS is missing from INFORMATION_SCH...Marko Mäkelä2020-04-013-0/+136
* MDEV-22102 Assertion w==OPT failed in trx_undo_header_create()Marko Mäkelä2020-04-011-2/+2
* forbid REPLACE/ODKU on tables containing WITHOUT OVERLAPSNikita Malyavin2020-03-315-0/+85
* cleanup: move initializations from query exec to prepare timeSergei Golubchik2020-03-311-29/+21
* MDEV-16978 Application-time periods: WITHOUT OVERLAPSNikita Malyavin2020-03-3120-76/+826
* cleanup: prepare "update_handler" for WITHOUT OVERLAPSSergei Golubchik2020-03-3117-274/+200
* 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