summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23233: Race condition for btr_search_drop_page_hash_index() in buf_page_...bb-10.2-MDEV-23233Thirunarayanan Balathandayuthapani2020-07-241-2/+17
* MDEV-18177 : Galera test failure on galera_autoinc_sst_mariabackupJan Lindström2020-07-245-0/+29
* MDEV-23134 SEGV in dict_load_table_one during restart after server crashThirunarayanan Balathandayuthapani2020-07-231-0/+1
* MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-2311-170/+35
* MDEV-14203: rpl.rpl_extra_col_master_myisam, rpl.rpl_slave_load_tmpdir_not_ex...Sujatha2020-07-235-1/+98
* MDEV-17481 mariadb service won't shutdown when it's running and the OS dateti...Thirunarayanan Balathandayuthapani2020-07-222-0/+7
* MDEV-13830 Assertion failed: recv_sys->mlog_checkpoint_lsn <= recv_sys->recov...Thirunarayanan Balathandayuthapani2020-07-221-2/+3
* fix assertionNikita Malyavin2020-07-221-1/+0
* fix c++98 buildNikita Malyavin2020-07-214-8/+8
* MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-2110-51/+195
* Merge 10.1 into 10.2Marko Mäkelä2020-07-2036-283/+358
|\
| * MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-2024-197/+313
| * Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-206-70/+24
| * Cleanup: Remove unused AbstractCallback::m_free_limitMarko Mäkelä2020-07-202-18/+0
| * Making the stat_tables_innodb test deterministicVarun Gupta2020-07-182-21/+15
| * MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
| * MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
| * check_linker_flag: use for linker flagsDaniel Black2020-07-152-1/+29
| * MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-154-15/+67
* | MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
* | MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
* | MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-166-55/+80
* | Make page validation stricterMarko Mäkelä2020-07-151-8/+6
* | MDEV-23183 Infinite loop on page_validate() on corrupted pageMarko Mäkelä2020-07-151-1/+3
* | Fix compile warningVladislav Vaintroub2020-07-151-1/+2
* | MDEV-23163 Merge new release of InnoDB 5.7.31 to 10.2Marko Mäkelä2020-07-141-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-07-1420-84/+257
|\ \ | |/
| * XtraDB 5.6.48-88.0Marko Mäkelä2020-07-143-4/+4
| * Update the InnoDB version number to 5.6.49Marko Mäkelä2020-07-144-4/+4
| * MDEV-23161 avg_count_reset may wrongly be NULL in I_S.INNODB_METRICSMarko Mäkelä2020-07-142-26/+28
| * MDEV-22765 i_s_fts_index_cache_fill_one_index() is not protect by the lockThirunarayanan Balathandayuthapani2020-07-142-0/+6
| * MDEV-15662 mariabackup.huge_lsn fails sporadically with "log sequence numb...Thirunarayanan Balathandayuthapani2020-07-142-0/+12
| * MDEV-22890 DEADLOCK of threads detected: row0sel.cc S-LOCK / btr0cur.cc S-LOC...Thirunarayanan Balathandayuthapani2020-07-142-6/+10
| * MDEV-23027 symlink_wsrep_sst_rsync target built when WITH_WSREP is offVicențiu Ciorbaru2020-07-131-29/+30
| * MDEV-23114 AUTH_PAM plugin can not be disabled when using mysql_release configVicențiu Ciorbaru2020-07-071-1/+1
| * MDEV-22654: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2020-07-063-1/+42
| * MDEV-23098 mariadb-upgrade-service.exe does not work on WAMPServerVladislav Vaintroub2020-07-061-5/+26
| * MDEV-22390: Assertion `m_next_rec_ptr >= m_rawmem' failed in Filesort_buffer:...Varun Gupta2020-07-064-2/+78
| * MDEV-22173: socket accept - test for failureDaniel Black2020-07-061-8/+16
* | Merge branch '10.4-MDEV-18838' of https://github.com/codership/mariadb-server...Julius Goryavsky2020-07-142-8/+9
* | MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-136-5/+81
* | MDEV-22058: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'...Rucha Deodhar2020-07-1210-28/+70
* | MDEV-19119: main.ssl_crl fails in buildbot with wrong error codebb-10.2-MDEV-19119Rucha Deodhar2020-07-101-1/+1
* | MDEV-10120: Wrong result of UNION .. ORDER BY GROUP_CONCAT()Varun Gupta2020-07-105-34/+53
* | Fix typo in the comment (and old info)Oleksandr Byelkin2020-07-091-1/+1
* | MDEV-12059: Assertion `precision > 0' failed with a window function or window...Varun Gupta2020-07-073-0/+20
* | Merge 10.1 into 10.2Marko Mäkelä2020-07-024-31/+43
|\ \ | |/
| * Revert "Fix result of merge."Marko Mäkelä2020-07-021-1/+5
| * MDEV-22941: Fix the DBUG_ENTER nameMarko Mäkelä2020-07-021-4/+4
| * MDEV-23067 Windows : manually registered services rejected mysql_upgrade_serviceVladislav Vaintroub2020-07-011-19/+19