summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-3/+11
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-3/+11
| |\
| | * MDEV-18353 Shutdown may miss to wait for connection threadSergei Golubchik2021-07-241-3/+12
* | | MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-061-1/+1
* | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-1/+1
|/ /
* | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-1/+1
|\ \ | |/
| * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-1/+1
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+1
| | |\
| | | * MDEV-17852 Altered connection limits for user have no effectSergei Golubchik2021-01-111-1/+1
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-1/+1
| | |\ \ | | | |/
| | | * MDEV-23065 : Crash after setting wsrep_on to ON dynamically and reconnectJan Lindström2020-12-191-1/+1
* | | | MDEV-19275 Provide SQL service to plugins.Alexey Botchkov2020-08-141-1/+1
* | | | thd->m_transaction_psi was not properly cleared for new connectionsMonty2020-07-231-1/+0
* | | | Move all thread cache specific code to a new classSergey Vojtovich2020-05-061-1/+2
* | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-15/+3
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-03-301-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-03-301-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-1/+1
| | |\ \ | | | |/
| | | * MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-241-1/+1
* | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-3/+3
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-13/+13
* | | | perfschema thread instrumentation related changesSergei Golubchik2020-03-101-7/+13
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-9/+9
* | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-1/+1
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-09-061-7/+11
|\ \ \ \ | |/ / /
| * | | MDEV-19826 10.4 seems to crash with "pool-of-threads" (#1370)Teemu Ollakka2019-08-301-7/+11
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-07-021-1/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-07-021-1/+2
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Eugene Kosov2019-06-231-1/+2
| | | |\
| | | | * MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-151-1/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | | |\
| | | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | | Attempt fixing ERR_remove_state warningSergey Vojtovich2019-05-211-0/+1
* | | | | | Maintain connection_count atomicallySergey Vojtovich2019-05-211-3/+2
* | | | | | Move thread re-initialisation out of cache_threadSergey Vojtovich2019-05-211-1/+29
* | | | | | Simplified away scheduler_functions::end_thread()Sergey Vojtovich2019-05-211-19/+17
* | | | | | Simplified away init_new_connection_thread()Sergey Vojtovich2019-05-211-2/+9
* | | | | | Moved vio allocation to connection threadSergey Vojtovich2019-05-211-10/+25
* | | | | | Simplified away CONNECT::real_idSergey Vojtovich2019-05-211-1/+1
* | | | | | Simplified away CONNECT::extra_portSergey Vojtovich2019-05-211-1/+0
* | | | | | Simplified away CONNECT::hostSergey Vojtovich2019-05-211-1/+4
|/ / / / /
* | | | | MDEV-19277: Add status variable that gets incremented if connection is aborte...Oleksandr Byelkin2019-05-141-0/+5
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-1/+0
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14984 - regression in connect performanceSergey Vojtovich2019-03-131-1/+0