summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wait for stats in the LOADING statebb-10.5-svoj-MDEV-19061Sergey Vojtovich2020-05-071-5/+20
* Thread safe histograms loadingSergey Vojtovich2020-04-214-102/+32
* Thread safe statistics loadingSergey Vojtovich2020-04-213-54/+97
* Moved stats_cb.mem_root initialisation/freeingSergey Vojtovich2020-04-212-4/+4
* Allocate idx_avg_frequency along with table_statsSergey Vojtovich2020-04-212-27/+8
* Allocate Index_stats along with table_statsSergey Vojtovich2020-04-212-24/+13
* Allocate min_max_record_buffers along with table_statsSergey Vojtovich2020-04-212-75/+10
* Allocate column_stats along with table_statsSergey Vojtovich2020-04-212-45/+25
* Unified condition in read_statistics_for_tables()Sergey Vojtovich2020-04-211-11/+9
* Simplified away statistics_for_tables_is_needed()Sergey Vojtovich2020-04-211-43/+7
* Cleanup statistics_for_tables_is_needed()Sergey Vojtovich2020-04-211-26/+14
* Simplified away TABLE::histograms_are_readSergey Vojtovich2020-04-172-5/+0
* MDEV-22242 B-trees can become extremely skewedMarko Mäkelä2020-04-1420-246/+236
* MDEV-22150: Symlink and move test client plugins to client plugin pathOtto Kekäläinen2020-04-142-1/+10
* Specify a new client_plugindir path, to be used during testingVicențiu Ciorbaru2020-04-143-6/+16
* Update dialog to not provide plugin-dir path to mysqltestVicențiu Ciorbaru2020-04-141-5/+3
* MDEV-22053: Pass INSTALL_LAYOUT "DEB" correctly to CONC (libmariadb)Otto Kekäläinen2020-04-135-5/+12
* cleanup: commentsSergei Golubchik2020-04-123-7/+5
* MDEV-22218 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon...Sergei Golubchik2020-04-1211-19/+133
* cleanup: remove unnecessary mallocSergei Golubchik2020-04-111-12/+7
* cleanup: don't repeat common codeSergei Golubchik2020-04-111-49/+41
* remove debugging messageVladislav Vaintroub2020-04-101-1/+0
* Windows build - use InstallRequiredSystemLibraries for MSVC_CRT_TYPE=/MDbb-10.5-server-dllVladislav Vaintroub2020-04-102-1/+11
* MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-1016-181/+80
* CMake - clang linker on Windows does not understand /release flagVladislav Vaintroub2020-04-101-1/+4
* CMake : Do not add compile flags, such as -Wconversion with ADD_DEFINITIONSVladislav Vaintroub2020-04-102-2/+2
* MDEV-22193 Avoid un-necessary page initialization during recoveryThirunarayanan Balathandayuthapani2020-04-093-12/+11
* MDEV-21946: Server crash in store_length upon GROUP BY WITH ROLLUP with geome...Varun Gupta2020-04-093-2/+36
* MDEV-22075 : Server crashes in wsrep_should_replicate_ddl_iterate upon CREATE...Jan Lindström2020-04-083-1/+12
* 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