summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/docs-en
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-04-051-1/+1
| | | | Found via `codespell -i 3 -w --skip="./debian/po" -I ../mariadb-server-word-whitelist.txt ./cmake/ ./debian/ ./Docs/ ./include/ ./man/ ./plugin/ ./strings/`
* Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-3/+3
|
* Merge of patch lp:~ahiguti100/maria/handlersocket-fix-78 by Akira HiguchiMichael Widenius2013-05-104-19/+35
| | | | A bugfix of HandlerSocket is not applied to mariadb yet
* Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion ↵Michael Widenius2011-06-072-11/+73
| | | | | | | `next_insert_id == 0' failed with handlersocket" sql/handler.cc: Added DBUG_ code
* Added HandlerSocket pluginMichael Widenius2011-02-205-0/+524
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface