summaryrefslogtreecommitdiff
path: root/include/mysql/psi/mysql_socket.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-2/+0
| | | | | | | | | | | | | | | | Creating a CONNECT object on client connect and pass this to the working thread which creates the THD. Split LOCK_thread_count to different mutexes Added LOCK_thread_start to syncronize threads Moved most usage of LOCK_thread_count to dedicated functions Use next_thread_id() instead of thread_id++ Other things: - Thread id now starts from 1 instead of 2 - Added cast for thread_id as thread id is now of type my_thread_id - Made THD->host const (To ensure it's not changed) - Removed some DBUG_PRINT() about entering/exiting mutex as these was already logged by mutex code - Fixed that aborted_connects and connection_errors_internal are counted in all cases - Don't take locks for current_linfo when we set it (not needed as it was 0 before)
* Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-2/+4
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-2/+2
| |\
| | * Correct comments before mysql_socket_{g|s}etfd to refer to the right functionDaniel Black2015-12-111-2/+2
| | |
| * | Fix warning about unused variable if FD_CLOEXEC is not definedVladislav Vaintroub2015-11-241-0/+2
| | |
* | | cmake: remove unused checks, options, and symbolsSergei Golubchik2015-11-231-1/+1
|/ /
* | compilation failures on WindowsSergei Golubchik2015-07-231-0/+4
| |
* | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-1/+23
|/
* Temporary commit of 10.0-mergeMichael Widenius2013-03-261-77/+101
|
* Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-0/+1137