Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mtr: use env for perl | Daniel Black | 2020-06-23 | 1 | -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+ merge | Sergei Golubchik | 2014-10-09 | 1 | -6/+3 |
|\ | |||||
| * | compilation fix for perl-Net-HandlerSocket | Sergei Golubchik | 2014-10-08 | 1 | -6/+3 |
| | | |||||
* | | Merge of patch lp:~ahiguti100/maria/handlersocket-fix-78 by Akira Higuchi | Michael Widenius | 2013-05-10 | 1 | -1/+1 |
|/ | | | | A bugfix of HandlerSocket is not applied to mariadb yet | ||||
* | fix a compilation failure for perl Net::HandlerSocket module | Sergei Golubchik | 2011-10-12 | 3 | -3/+8 |
| | |||||
* | Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion ↵ | Michael Widenius | 2011-06-07 | 2 | -18/+73 |
| | | | | | | | `next_insert_id == 0' failed with handlersocket" sql/handler.cc: Added DBUG_ code | ||||
* | Added HandlerSocket plugin | Michael Widenius | 2011-02-20 | 12 | -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 |