summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/handlersocket/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2023-02-101-6/+2
|\
| * Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-6/+2
* | 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-241-4/+1
* 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-091-0/+2
|\
| * MDEV-5120 Test suite test maria-no-logging failsSergei Golubchik2014-10-021-0/+2
* | 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
|/
* Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-4/+4
* Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next...Michael Widenius2011-06-071-87/+132
* Fixed compiler warnings and some test failures found by buildbotMichael Widenius2011-02-231-3/+2
* Added HandlerSocket pluginMichael Widenius2011-02-201-0/+1143