summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2023-01-031-1/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2023-01-031-1/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2023-01-031-1/+1
| | |\
| | | * --skip-name-resolve=0 didn't workSergei Golubchik2023-01-021-1/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-12-131-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-1/+2
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-1/+2
| | |\ \ | | | |/
| | | * MDEV-12274: Too many connections warning in error log (#2213)Daniel Black2022-11-181-1/+2
| * | | Merge branch '10.4' into 10.5Vladislav Vaintroub2022-11-211-1/+0
| |\ \ \ | | |/ /
| | * | MDEV-30055 shutdown_now_windows.test fails with "Assertion `unix_sock.fd >= 0...Vladislav Vaintroub2022-11-211-1/+0
* | | | MDEV-30055 - fix race condition in shutdown_debug.testVladislav Vaintroub2022-11-211-1/+0
* | | | Merge branch '10.5' into 10.6Vladislav Vaintroub2022-09-071-8/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Vladislav Vaintroub2022-09-071-8/+6
| |\ \ \ | | |/ /
| | * | MDEV-18353 - minor cleanupVladislav Vaintroub2022-09-071-8/+8
* | | | 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
| | | | |\