mariadb/plugin/handler_socket/client
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
..
hsclient.cpp Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hslongrun.cpp MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so 2016-04-20 18:20:31 +04:00
hspool_test.pl Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstest.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
hstest.pl Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstest_hs.sh Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstest_hs_more50.sh Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstest_md.sh Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstest_my.sh Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
hstest_my_more50.sh Added HandlerSocket plugin 2011-02-20 15:22:10 +02:00
Makefile.am 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