summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20207: Assertion `! is_set()' failed in Diagnostics_area::set_eof_statusbb-10.1-MDEV-20207Rucha Deodhar2020-08-059-1/+145
* MDEV-21472: ALTER TABLE ... ANALYZE PARTITION ... with EITS reads and locks a...Sergei Petrunia2020-07-294-4/+71
* MDEV-23010 UPDATE privilege at Database and Table level fail to update with S...Sergei Golubchik2020-07-293-3/+39
* cleanup: reduce code duplicationSergei Golubchik2020-07-293-45/+21
* Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-295-24/+136
* bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-293-0/+8
* MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-294-2/+24
* MDEV-15961: Fix stacktraces under FreeBSD (aarch64)Karthik Kamath2020-07-284-18/+8
* MDEV-17076: mtr int options aren't negativeDaniel Black2020-07-281-0/+11
* MDEV-17076: mtr max-{core,datadir} 0 means 0Daniel Black2020-07-281-8/+6
* MDEV-17076: increment only if saving occursTeodor Mircea Ionita2020-07-281-1/+1
* MDEV-23088: Change LimitNOFILE default from 16364 to 16384Daniel Black2020-07-282-2/+2
* MDEV-23282 FLOAT(53,0) badly handles out-of-range valuesAlexander Barkov2020-07-274-4/+44
* Add testcases for MDEV-20557, MDEV-21649Sergei Petrunia2020-07-252-0/+121
* MDEV-23221: A subquery causes crashSergei Petrunia2020-07-245-4/+139
* mysql_install_db: help lists --defaults-file twiceDaniel Black2020-07-241-2/+1
* MDEV-23272 Galera stack-use-after-scope error with ASAN buildTeemu Ollakka2020-07-242-18/+0
* MDEV-15207: mysql_upgrade cannot create file mysql_upgrade_infoIan Gilfillan2020-07-231-1/+3
* MDEV-22903 heap-use-after-free while accessing fts cache deleted doc idsThirunarayanan Balathandayuthapani2020-07-232-6/+6
* MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-onlyMarko Mäkelä2020-07-238-18/+26
* Code comment spellfixesIan Gilfillan2020-07-2241-214/+214
* MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-2211-30/+68
* 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