summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-2/+2
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-2/+2
| |\
| | * MDEV-16005 sporadic failures with galera tests MW-328B and MW-328Csjaakola2018-04-241-2/+2
| * | Fixed wrong arguments to printf and related functionsMonty2018-01-041-1/+1
* | | Add likely/unlikely to speed up executionMonty2018-05-071-11/+11
* | | Fix perfschema tests in debug mode.Vladislav Vaintroub2018-02-101-1/+1
* | | Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-071-1/+1
* | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-3/+3
* | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-1/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-041-34/+15
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-011-34/+15
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/10.1' into 10.2Vicențiu Ciorbaru2017-12-221-34/+15
| | |\ \ | | | |/
| | | * MDEV-14265 - RPMLint warning: shared-lib-calls-exitSergey Vojtovich2017-12-191-34/+15
* | | | MDEV-14412 Support TCP keepalive optionsVladislav Vaintroub2017-11-171-1/+3
* | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2017-08-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into bb-10.2-extSergei Golubchik2017-08-251-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2017-08-171-1/+1
| | |\ \ | | | |/
| | | * MDEV-13179 main.errors fails with wrong errnoMonty2017-08-071-1/+1
* | | | MDEV-13641 host errors are not reset after successful connection.Vladislav Vaintroub2017-08-251-5/+30
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* | | | MDEV-11159 Server proxy protocol supportVladislav Vaintroub2017-08-221-49/+88
|/ / /
* | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-1/+1
| |\ \ | | |/
* | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-5/+1
|\ \ \ | | |/ | |/|
* | | Fix crash (race condition) in DBUG in connect2 test case.Vladislav Vaintroub2017-03-171-1/+5
| |/ |/|
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+1
|\ \ | |/
| * Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-7/+6
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-7/+6
| | |\
| | | * add an assertSergei Golubchik2016-12-221-9/+7
* | | | Revert "MDEV-9293 Connector/C integration"Vladislav Vaintroub2016-08-191-1/+3
* | | | MDEV-9293 Connector/C integrationVladislav Vaintroub2016-08-191-3/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-1/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-1/+2
| | |\ \ | | | |/
| | | * MDEV-7775 Wrong error message (Unknown error) when idle sessions are killed a...Sergei Golubchik2016-04-251-1/+2
* | | | More tests for "MDEV-7563 Support CHECK constraint".Alexander Barkov2016-06-301-10/+5
* | | | cleanup: thread_countSergei Golubchik2016-06-041-23/+1
* | | | Reuse THD for new user connectionsMonty2016-06-041-9/+20
* | | | Cleanups:Monty2016-04-051-2/+0
* | | | Changed my_thread_id to int64 to fix compilation problem withMonty2016-02-081-2/+2
* | | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-23/+141
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\ \ \ | |/ /
| * | remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-5/+8
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-5/+8
| |\ \ | | |/
| | * MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to...Alexey Botchkov2015-06-081-5/+8
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-6/+2
|\ \ \ | |/ /
| * | MDEV-6805 one can set character_set_client to utf32Sergei Golubchik2014-11-181-5/+1