summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Followup fix10.5-varunVarun Gupta2020-10-262-17/+41
* MDEV-24015: SQL Error (1038): Out of sort memory when enough memory for the s...Varun Gupta2020-10-264-0/+150
* S3 plugin fails to load depending on loaded storage enginesSergei Golubchik2020-10-242-9/+6
* fix occasisonal test failures: SELECT without ORDER BYSergei Golubchik2020-10-242-6/+9
* MDEV-22100 TokuDB compilation errorSergei Golubchik2020-10-243-16/+4
* MDEV-23764 Slave crashes in ha_storage_engine_is_enabled upon rename of viewSergei Golubchik2020-10-243-3/+6
* parser optimizationSergei Golubchik2020-10-241-5/+6
* don't use deprecated <target>_LIB_DEPENDS. CMP0073Sergei Golubchik2020-10-241-5/+8
* MDEV-23437 Item_func_json_objectagg::print is not implemented.Alexey Botchkov2020-10-244-6/+12
* Fixed compilation issues with debug build and install test issues forRoman Nozdrin2020-10-231-0/+0
* Fix memory leak on Alter_drop allocationAleksey Midenkov2020-10-221-1/+1
* Merge 10.4 to 10.5Marko Mäkelä2020-10-22185-654/+3706
|\
| * MDEV-23576: Disable galera_3nodes.galera_ipv6_mysqldumpMarko Mäkelä2020-10-221-0/+1
| * After-merge fix to wsrep.variablesMarko Mäkelä2020-10-221-0/+1
| * Merge 10.3 into 10.4Marko Mäkelä2020-10-22144-605/+2473
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-10-22135-579/+1982
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2020-10-2147-188/+723
| | | |\
| | | | * MDEV-23887: check_linker_flags correct for old cmake compatibilityDaniel Black2020-10-211-3/+3
| | | | * InnoDB 5.6.50Marko Mäkelä2020-10-2110-38/+79
| | | | |\
| | | | | * MDEV-23999 Potential stack overflow in InnoDB fulltext searchMarko Mäkelä2020-10-216-34/+75
| | | | |/
| | | | * Updated mtr helpAnel Husakovic2020-10-201-2/+2
| | | | * MDEV-5628: Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&Rucha Deodhar2020-10-203-0/+29
| | | | * MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inRucha Deodhar2020-10-203-0/+35
| | | | * MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERSergei Petrunia2020-10-169-6/+176
| | | | * mysqlimport manpage - s/mysqldump/mysqlimport/gunki2020-10-141-13/+13
| | | | * MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-0810-70/+212
| | | | * MDEV-4851: (tests) log tables modifiable on log_output!=TABLEbb-10.1-danielblack-MDEV-4851Daniel Black2020-10-084-15/+101
| | | | * MDEV-4851: BUG#11763447: 'YOU CANNOT 'ALTER' A LOG TABLE IF LOGGING IS ENABLED'Nisha Gopalakrishnan2020-10-081-3/+5
| | | | * Merge tag 'mariadb-10.1.47' into 10.1Sergei Golubchik2020-10-071-5/+46
| | | | |\
| | | | * | bump the VERSIONDaniel Bartholomew2020-10-071-1/+1
| | | | * | MDEV-23832 Crash at startup in Log_event::read_log_eventAndrei Elkin2020-10-073-1/+45
| | | | * | MDEV-23697: bin/env perl -i -> bin/perl -iAnel Husakovic2020-10-021-1/+1
| | | | * | mtr: innodb_stats_dropped_locked cleanupbb-10.1-danielblack-test-innodb_stats_drop_locked_cleanupDaniel Black2020-10-012-0/+4
| | | | * | MDEV-23697: bin/env perl -i -> bin perl -iAnel Husakovic2020-09-301-1/+1
| | | * | | MDEV-23925: Fixed warnings generated during compilation of mysys_ssl/openssl....Dmitry Shulga2020-10-211-2/+2
| | | * | | Revert MDEV-23484 Rollback unnecessarily acquires dict_operation_lockMarko Mäkelä2020-10-204-25/+65
| | | * | | MDEV-23996 Race conditions in SHOW ENGINE INNODB MUTEXMarko Mäkelä2020-10-203-23/+13
| | | * | | Update mtr helpAnel Husakovic2020-10-201-1/+1
| | | * | | MDEV-21951: mariabackup SST fail if data-directory have lost+found directoryJulius Goryavsky2020-10-205-2/+127
| | | * | | MDEV-23327: followupOleksandr Byelkin2020-10-201-0/+6
| | | * | | MDEV-23982: Mariabackup hangs on backupMarko Mäkelä2020-10-191-1/+1
| | | * | | MDEV-23966 btr_search_sys->hash_tables accessed without taking proper ahi latchThirunarayanan Balathandayuthapani2020-10-191-1/+9
| | | * | | MDEV-23387 dict_load_foreign() fails to load the table during alterThirunarayanan Balathandayuthapani2020-10-193-1/+34
| | | * | | MDEV-23327 Can't uninstall UDF if the implementation library file doesn't existOleksandr Byelkin2020-10-195-54/+162
| | | * | | MDEV-16676 Using malloc-lib=jemalloc in MariaDB 10.2 causes non-critical erro...Anel Husakovic2020-10-171-35/+19
| | | * | | Clean up some encryption testsMarko Mäkelä2020-10-174-84/+101
| | | * | | MDEV-23659: Update Galera disabled.def fileJulius Goryavsky2020-10-151-5/+0
| | | * | | MDEV-21770: `galera_3nodes.galera_ipv6_mariabackup` failsJulius Goryavsky2020-10-153-31/+83
| | | * | | Fix the constants namesOleksandr Byelkin2020-10-153-11/+14
| | | * | | MDEV-23201: mysql_upgrade order mysql.user for 5.7 cross-upgradeDaniel Black2020-10-156-6/+211