summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mysql_socket_accept() microoptimisationsbb-10.5-svoj-MDEV-19515Sergey Vojtovich2019-05-211-9/+6
* Maintain connection_count atomicallySergey Vojtovich2019-05-2121-1628/+31
* Simplified away wake_threadSergey Vojtovich2019-05-211-20/+17
* Move thread re-initialisation out of cache_threadSergey Vojtovich2019-05-213-44/+43
* Simplified away scheduler_functions::end_thread()Sergey Vojtovich2019-05-218-97/+23
* Simplified away init_new_connection_thread()Sergey Vojtovich2019-05-216-25/+9
* Signal COND_thread_cache out of mutexSergey Vojtovich2019-05-211-1/+1
* Try accept a few times before falling back to pollSergey Vojtovich2019-05-211-20/+18
* Improved ha_close_connection() scalabilitySergey Vojtovich2019-05-212-23/+17
* Adiue thd_ha_data(), you've broke many heartsSergey Vojtovich2019-05-217-14/+2
* Fixed RocksDB to follow THD ha_data protocolSergey Vojtovich2019-05-214-67/+32
* Fixed InnoDB to not use broken thd_ha_data()Sergey Vojtovich2019-05-211-1/+1
* Fixed Aria to follow THD ha_data protocolSergey Vojtovich2019-05-211-6/+6
* Fixed Sphinx to follow THD ha_data protocolSergey Vojtovich2019-05-211-25/+12
* Fixed Mroonga to follow THD ha_data protocolSergey Vojtovich2019-05-212-5/+4
* Fixed Spider to follow THD ha_data protocolSergey Vojtovich2019-05-213-4/+7
* Fixed FederatedX to follow THD ha_data protocolSergey Vojtovich2019-05-213-10/+7
* Moved vio allocation to connection threadSergey Vojtovich2019-05-216-56/+58
* Simplified away CONNECT::real_idSergey Vojtovich2019-05-213-4/+4
* Simplified away CONNECT::extra_portSergey Vojtovich2019-05-215-8/+0
* Simplified away CONNECT::hostSergey Vojtovich2019-05-214-10/+7
* Removed duplicate thread cache checkSergey Vojtovich2019-05-211-18/+12
* Optimised fcntl() when accepting connectionsSergey Vojtovich2019-05-211-45/+20
* Less shared variables loads under the mutexSergey Vojtovich2019-05-211-7/+7
* Moved set_timespec out of LOCK_thread_cache mutexSergey Vojtovich2019-05-211-1/+1
* Cleanup redundant abort_loop checksSergey Vojtovich2019-05-211-5/+4
* Merge remote-tracking branch 'origin/10.4' into 10.5Monty2019-05-1616-61/+159
|\
| * MDEV-19423: Galera test failure on galera.MDEV-16509Jan Lindström2019-05-152-2/+6
| * fix the test for windowsbb-10.4-sanjaOleksandr Byelkin2019-05-152-16/+6
| * Added a 32 bit rdiff for myisam_mrr instead of a 64 bit rdiffVarun Gupta2019-05-153-33/+15
| * Fixed ya main.flush_read_lock sporadic failureSergey Vojtovich2019-05-142-8/+9
| * MDEV-19277: Add status variable that gets incremented if connection is aborte...Oleksandr Byelkin2019-05-146-6/+108
| * MDEV-17958: Remove IS_BIG_ENDIANMarko Mäkelä2019-05-141-1/+0
| * MDEV-19404: Assertion failure on !is_thread_specific || (mysqld_server_initia...Jan Lindström2019-05-141-1/+9
| * Fixed myisam_mrr for 32 bit systemsVarun Gupta2019-05-131-2/+2
| * Fixed main.flush_read_lock sporadic failureSergey Vojtovich2019-05-133-10/+22
* | Change version to 10.5.0Monty2019-05-131-3/+3
|/
* Removed obsolete file maria_rename.shMonty2019-05-131-17/+0
* Make maria-autozerofill a bit more rebustMonty2019-05-132-8/+8
* MDEV-13628: ORed condition in pushed index condition is not removed from the ...Varun Gupta2019-05-1121-52/+101
* Fixed that storage/funcs tests works with AriaMonty2019-05-11107-15401/+15412
* add Hygon Dhyana support in check-cpuhygonsoc2019-05-101-0/+3
* MDEV-8553: Impossible where for a!=a, a<a, a>aDaniel Black2019-05-103-1/+126
* MDEV-19235 MariaDB Server compiled for 128 Indexes crashes at startupbb-10.4-wlad-MDEV-19235Vladislav Vaintroub2019-05-0912-248/+341
* Disable 5733_tokudb as the result is not stableMonty2019-05-091-0/+1
* MDEV-19403 Remove mysql_secure_installation.plVladislav Vaintroub2019-05-072-391/+1
* MDEV-18689 Simple query with extra brackets stopped workingIgor Babaev2019-05-0623-111/+265
* MDEV-19384 Deadlock in FTWRLMonty2019-05-063-3/+83
* Fixes for atomic writes on Windows.Vladislav Vaintroub2019-05-063-1/+11
* MDEV-17380: fix incorrect #ifdefVladislav Vaintroub2019-05-061-1/+5