summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5bb-10.5-MDEV-21347Marko Mäkelä2020-07-158-64/+68
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-07-157-61/+85
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-07-157-61/+85
| | |\
| | | * MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-156-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-23175: my_timer_milliseconds ftime deprecated - clock_gettime replacementDaniel Black2020-07-152-3/+16
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-1542-173/+458
|\ \ \ \ | |/ / /
| * | | Revert MDEV-20453 (string_view)Marko Mäkelä2020-07-156-460/+56
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-07-1539-141/+467
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-07-1440-143/+468
| | |\ \ | | | |/
| | | * 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
| | * | | One more ASAN/MSAN cleanupMarko Mäkelä2020-07-051-2/+0
| * | | | fix header includesEugene Kosov2020-07-142-1/+1
| * | | | MDEV-20453 add class similar to std::string_view (non owning string reference)Eugene Kosov2020-07-146-56/+460
| * | | | remove dead code: fil_create_directory_for_tablename()Eugene Kosov2020-07-142-38/+0
| * | | | Merge branch '10.4-MDEV-18838' of https://github.com/codership/mariadb-server...10.4-MDEV-2296610.4-MDEV-18838Julius Goryavsky2020-07-142-8/+9
| |\ \ \ \
| | * | | | MDEV-22966- Hang on galera_toi_truncate test caseMikkoJaakola2020-07-022-8/+9
* | | | | | MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-07-153-26/+60
* | | | | | Preparatory changes for MDEV-23162 Improve Protocol performance for numeric dataAlexander Barkov2020-07-153-58/+66
* | | | | | MDEV-16678 followup: Adjust the test main.mdlMarko Mäkelä2020-07-142-0/+6
* | | | | | MDEV-23157 Remove redundant virtual Protocol::store()Alexander Barkov2020-07-132-24/+9
* | | | | | MDEV-23154 Add a data type my_repertoire_tAlexander Barkov2020-07-139-24/+47
* | | | | | MDEV-8139 follow-up fix: Remove an unused constexprMarko Mäkelä2020-07-131-0/+2
* | | | | | MDEV-22871 follow-up: Align buf_pool.page_hash.arrayMarko Mäkelä2020-07-132-4/+6
* | | | | | Cleanup: Remove redundant #include "ha0ha.h"Marko Mäkelä2020-07-132-2/+0
* | | | | | Merge 10.4 into 10.5Marko Mäkelä2020-07-1314-52/+2613
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-22988 Corrupted table after DROP INDEXMarko Mäkelä2020-07-131-0/+5
| * | | | | noexcept ilistEugene Kosov2020-07-111-46/+57