summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22193 Avoid un-necessary page initialization during recoverybb-10.5-MDEV-22193Thirunarayanan Balathandayuthapani2020-04-083-12/+11
* Fixed centos 6 build failureSergey Vojtovich2020-04-081-0/+1
* mysql-test: add large_pages testDaniel Black2020-04-083-0/+82
* Add Daniel Black to authorsDaniel Black2020-04-081-0/+1
* my_pagepages: perror -> my_errorDaniel Black2020-04-083-4/+9
* my_largepage: fprintf -> my_{printf_,}errorDaniel Black2020-04-083-35/+52
* add EE_BADMEMORY_RELEASEDaniel Black2020-04-082-2/+5
* my_large_malloc: style fixDaniel Black2020-04-081-3/+3
* my_largepage: reduce includes already in my_global.hDaniel Black2020-04-081-7/+0
* my_large_pages: simplify solaris constantsDaniel Black2020-04-081-9/+2
* my_large_pages: remove conventional memory(my_malloc_lock) fallbackDaniel Black2020-04-081-23/+7
* Merge 10.4 into 10.5Marko Mäkelä2020-04-0830-328/+483
|\
| * MDEV-21535 Unnecessarily large ha_innobase::records_in_range() scansMarko Mäkelä2020-04-082-3/+0
| * Travis-CI: Shorten deb build log to keep it under 4 MBOtto Kekäläinen2020-04-061-2/+7
| * Travis-CI: Add missing build dependency dh-execOtto Kekäläinen2020-04-061-0/+1
| * MDEV-21471 ER_CRASHED_ON_USAGE upon UPDATE FOR PORTION on Aria tableAleksey Midenkov2020-04-033-0/+18
| * MDEV-20494 Fix wrongly ignored error statusAleksey Midenkov2020-04-031-25/+15
| * MDEV-20494 ER_NOT_FORM_FILE or assertion upon adding partition to period tableAleksey Midenkov2020-04-037-12/+87
| * MDEV-22014: Rowid Filtering is not displayed well in the optimizer traceSergei Petrunia2020-04-029-265/+222
| * MDEV-22021: Galera database could get inconsistent with rollback to savepointDaniele Sciascia2020-03-3110-25/+139
* | MDEV-17812 Use MariaDB in error messages instead of MySQLRasmus Johansson2020-04-0810-91/+92
* | MDEV-22010: Allow mariadbd in mtr suppressionsMarko Mäkelä2020-04-077-7/+7
* | MDEV-22169 Recovery fails after failing to insert into mlog_initMarko Mäkelä2020-04-071-12/+40
* | MDEV-22010: mtr, "mariadbd" exists in mysys error messagesDaniel Black2020-04-073-5/+5
* | MDEV-22010: mtr search for mariadbd firstDaniel Black2020-04-065-5/+5
* | Postfix for f46917238: use colon instead of commaElena Stepanova2020-04-061-1/+1
* | MDEV-22153 ALTER add default history partitions makes table inaccessibleAleksey Midenkov2020-04-063-4/+58
* | Fixed build failureSergey Vojtovich2020-04-051-1/+2
* | my_largepage.c: cleanupDaniel Black2020-04-051-101/+102
* | travis: xcode11.3Daniel Black2020-04-051-1/+1
* | HAVE_LARGE_PAGES no longer globalDaniel Black2020-04-058-19/+4
* | my_large_malloc/free fall back to my_{malloc|free}_lockDaniel Black2020-04-051-11/+19
* | my_large_page: more verbose errors on allocation fallback/failureDaniel Black2020-04-051-3/+8
* | my_large_malloc_int consolidated into my_large_mallocDaniel Black2020-04-051-180/+125
* | my_large_free_int merge into my_large_freeDaniel Black2020-04-051-42/+30
* | Add author "Otto Kekäläinen" to SHOW AUTHORSOtto Kekäläinen2020-04-051-0/+1
* | Deb: Build depend on libcurl4-openssl-dev as primary optionOtto Kekäläinen2020-04-052-2/+2
* | MDEV-20298 Make mariadb-client-10.5 perl dep backwards compatibleOtto Kekäläinen2020-04-051-1/+1
* | Deb: Update control file Depends to include only variables that are setOtto Kekäläinen2020-04-052-10/+9
* | MDEV-21303: Fix man page packaging for new mariadb-* named binariesOtto Kekäläinen2020-04-058-30/+31
* | Don't force to use all processors in autobake-deb.shOtto Kekäläinen2020-04-041-1/+1
* | Deb: Remove TokuDB from Debian packages while keeping it easy to revertOtto Kekäläinen2020-04-042-21/+6
* | Deb: Extend control dependencies for MySQL 8.0 and clean upOtto Kekäläinen2020-04-042-27/+30
* | Deb: Clean away deprecated autobake modificationsOtto Kekäläinen2020-04-041-30/+0
* | Do not print LSAN suppression statistics in the outputElena Stepanova2020-04-041-1/+1
* | MDEV-22146 - Server crashes in mysql_ha_flush_tables upon ALTER SERVERSergey Vojtovich2020-04-041-1/+3
* | Simplified away my_get_large_page_size()Sergey Vojtovich2020-04-043-41/+17
* | HAVE_LARGE_PAGE_OPTION to HAVE_LARGE_PAGESSergey Vojtovich2020-04-048-12/+12
* | Coding style fixesSergey Vojtovich2020-04-046-22/+28
* | my_next_large_page_size() cleanupSergey Vojtovich2020-04-042-60/+59