summaryrefslogtreecommitdiff
path: root/plugin/handler_socket/perl-Net-HandlerSocket/lib
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.
* Added HandlerSocket pluginMichael Widenius2011-02-202-0/+430
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface