Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in ↵ | Sergey Vojtovich | 2016-04-20 | 1 | -8/+0 |
| | | | | | | | | | | | | | handlersocket.so MDEV-9278 - Debian: the Lintian complains about "shlib-calls-exit" in ha_spider.so Handlersocket handles errors in a way that it aborts program execution. In most cases it is done via abort(). One exception was host/service resolution failure, which was aborted with exit(). As a workaround replaced this exit() with abort() for symmetry with other error handling. | ||||
* | Add missing include (fixes compile failure with gcc 4.7). | unknown | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | Added HandlerSocket plugin | Michael Widenius | 2011-02-20 | 1 | -0/+36 |
- Fixed compiler errors - Modified Makefiles to be part of plugin directory - Some minor changes in database.cpp to use the new MariaDB handler interface |