summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/handlersocket
Commit message (Expand)AuthorAgeFilesLines
* move alloca() definition from all *.h files to one new header fileJulius Goryavsky2023-03-071-4/+1
* Merge 10.4 into 10.5Marko Mäkelä2023-02-104-11/+7
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-094-11/+7
* | Merge 10.4 into 10.5Marko Mäkelä2022-12-131-2/+4
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2022-12-131-2/+4
| |\
| | * MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-171-2/+4
* | | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-3/+1
|\ \ \ | |/ /
| * | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-3/+1
* | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-2/+2
* | | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | Revert "MDEV-20342 Turn Field::flags from a member to a method"Alexander Barkov2019-08-141-1/+1
* | | MDEV-20342 Turn Field::flags from a member to a methodAlexander Barkov2019-08-141-1/+1
|/ /
* | Move THD list handling to THD_listSergey Vojtovich2019-01-281-4/+2
|/
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-5/+6
* Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-1/+1
* Enusure that my_global.h is included firstMichael Widenius2017-08-245-16/+5
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-3/+3
* cleanup: thread_countSergei Golubchik2016-06-041-2/+0
* Reuse THD for new user connectionsMonty2016-06-041-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+2
|\
| * fix that mysqld aborts on exit if an open handlersocket connection remainsAkira Higuchi2016-03-181-1/+1
| * fix a memory leak in handlersocketAkira Higuchi2016-03-181-0/+1
* | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-5/+3
|/
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-4/+4
* MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-1/+1
* 5.5.40+ mergeSergei Golubchik2014-10-093-0/+6
|\
| * MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-023-0/+6
* | 10.0-monty mergeSergei Golubchik2013-07-211-1/+1
|\ \
| * | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-1/+1
| |/
* | Merge of patch lp:~ahiguti100/maria/handlersocket-fix-78 by Akira HiguchiMichael Widenius2013-05-101-1/+1
|/
* Fixed compile warningsMichael Widenius2012-05-182-5/+8
* MDEV-255: Compile handlersocket plugin in 5.5Vladislav Vaintroub2012-05-051-0/+3
* Compatibility fixes by U OrsiniMichael Widenius2012-03-301-0/+1
* Automatic mergeMichael Widenius2011-09-261-4/+4
|\
| * Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-4/+4
* | portability fix: use SOCKET_SIZE_TYPE in the handlersocket pluginSergei Golubchik2011-09-241-1/+1
|/
* Added progress reporting for alter table, LOAD DATA INFILE and for aria table...Michael Widenius2011-07-011-1/+1
* Fixed build failure on OpenSolarisMichael Widenius2011-06-091-0/+4
* Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next...Michael Widenius2011-06-074-105/+221
* lp:730035 Handlersocket does not loadSergei Golubchik2011-04-191-1/+2
* Fixed compiler warningsMichael Widenius2011-02-251-5/+1
* Fixed compiler warnings and some test failures found by buildbotMichael Widenius2011-02-231-3/+2
* Added HandlerSocket pluginMichael Widenius2011-02-2012-0/+2774