mariadb/plugin/handler_socket/libhsclient
Sergey Vojtovich 072ca71d26 MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in 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.
2016-04-20 18:20:31 +04:00
..
allocator.hpp Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 2011-06-07 14:19:49 +03:00
auto_addrinfo.hpp Fixed compile warnings 2012-05-18 16:40:16 +03:00
auto_file.hpp Fixing AIX compilation failires 2014-02-27 19:44:00 +04:00
auto_ptrcontainer.hpp
config.cpp
config.hpp
COPYRIGHT.txt
escape.cpp Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 2011-06-07 14:19:49 +03:00
escape.hpp Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 2011-06-07 14:19:49 +03:00
fatal.cpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
fatal.hpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
hstcpcli.cpp MDEV-5120 Test suite test maria-no-logging fails 2014-10-02 11:57:40 +02:00
hstcpcli.hpp Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 2011-06-07 14:19:49 +03:00
libhsclient.spec.template
Makefile.am Directories with .dylib files added to DYLD_LOIBRARY_PATH to allow plugins to use them. 2011-05-13 18:27:43 +03:00
Makefile.plain
mutex.hpp
socket.cpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
socket.hpp portability fix: use SOCKET_SIZE_TYPE in the handlersocket plugin 2011-09-24 14:45:49 +02:00
string_buffer.hpp Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket" 2011-06-07 14:19:49 +03:00
string_ref.hpp
string_util.cpp
string_util.hpp
thread.hpp
util.hpp