summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17729: Assertion `! is_set() || m_can_overwrite_status' failed inbb-10.1-MDEV-17729Rucha Deodhar2020-07-313-0/+35
* 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
* 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
* 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
* MDEV-23052 mysql_install_db.exe can run on existing non-empty directory,Vladislav Vaintroub2020-07-011-7/+15
* MDEV-23003 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION requires SUPER in...Eugene Kosov2020-06-301-1/+1
* signal handler: use mariadb kb URL rather than MySQL oneDaniel Black2020-06-291-1/+1
* MDEV-17606: Query returns wrong results (while using CHARACTER SET utf8)Varun Gupta2020-06-273-1/+32
* MDEV-22806: MSAN reports use-of-uninitialized-value for rpl_parallel_conflict...Sujatha2020-06-251-0/+6
* Merge branch '10.1-MDEV-22763' of https://github.com/codership/mariadb-server...10.1-MDEV-22763Julius Goryavsky2020-06-250-0/+0
|\
| * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-0311-12/+978
* | MDEV-22950 followupVladislav Vaintroub2020-06-251-1/+4
* | MDEV-22706: Assertion `!current' failed in PROFILING::start_new_querySujatha2020-06-253-8/+58
* | Test fixes.Jan Lindström2020-06-245-0/+9
* | MTR tests to test Galera fix for node joining over several configurationAlexey Yurchenko2020-06-246-0/+979
* | Fix result of merge.Oleksandr Byelkin2020-06-231-5/+1
* | mtr: use env for perlDaniel Black2020-06-2397-97/+97
* | Disable dtrace probes on Windows.Vladislav Vaintroub2020-06-201-1/+2
* | MDEV-22950 : fix race condition in dbugVladislav Vaintroub2020-06-201-2/+2
* | MDEV-22941 Assertion `idx < array.elements' failed in Dynamic_array<st_mysql_...Alexander Barkov2020-06-193-13/+49
* | MDEV-20428: "Start binlog_dump" message doesn't indicate GTID positionSujatha2020-06-163-2/+161
* | Check for krb5_xfree instead of krb5_free_unparsed_nameVicențiu Ciorbaru2020-06-152-4/+4
* | MDEV-22755 CREATE USER leads to indirect SIGABRT in __stack_chk_fail () from ...Alexander Barkov2020-06-113-16/+58
* | MDEV-22834: Disks plugin - change datatype to bigintVicențiu Ciorbaru2020-06-102-9/+10
* | MDEV-5924: MariaDB could crash after changing the query_cache sizeOleksandr Byelkin2020-06-103-3/+42
* | Revert "MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELEC...Oleksandr Byelkin2020-06-103-13/+1
* | MDEV-22830: SQL_CALC_FOUND_ROWS not working properly for single SELECT for DUALrucha1742020-06-093-1/+13
* | MDEV-22717: Conditional jump or move depends on uninitialised value(s) in fin...Sujatha2020-06-081-2/+2
* | Client spelling mistakesIan Gilfillan2020-06-087-32/+32
* | MDEV-22728: SIGFPE in Unique::get_cost_calc_buff_size from prepare_search_bes...Varun Gupta2020-06-074-1/+70