summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/perl-Net-HandlerSocket
Commit message (Collapse)AuthorAgeFilesLines
* mtr: use env for perlDaniel Black2020-06-231-1/+1
| | | | | | | | On FreeBSD, perl isn't in /usr/bin, its in /usr/local/bin or elsewhere in the path. Like storage/{maria/unittest/,}ma_test_* , we use /usr/bin/env to find perl and run it.
* 5.5.40+ mergeSergei Golubchik2014-10-091-6/+3
|\
| * compilation fix for perl-Net-HandlerSocketSergei Golubchik2014-10-081-6/+3
| |
* | Merge of patch lp:~ahiguti100/maria/handlersocket-fix-78 by Akira HiguchiMichael Widenius2013-05-101-1/+1
|/ | | | A bugfix of HandlerSocket is not applied to mariadb yet
* fix a compilation failure for perl Net::HandlerSocket moduleSergei Golubchik2011-10-123-3/+8
|
* Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion ↵Michael Widenius2011-06-072-18/+73
| | | | | | | `next_insert_id == 0' failed with handlersocket" sql/handler.cc: Added DBUG_ code
* Added HandlerSocket pluginMichael Widenius2011-02-2012-0/+7633
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface