mariadb/plugin/daemon_example
Sergey Vojtovich 90ea014585 MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in many
of the plugins

Removed exit() from daemon_example, pass error to caller instead.
Also removed unused my_abort_hook.
2015-12-16 19:39:00 +04:00
..
AUTHORS
ChangeLog
CMakeLists.txt mysql-5.5.22 merge 2012-03-28 01:04:46 +02:00
daemon_example.cc MDEV-8378 - Debian: the Lintian complains about many "shlib-calls-exit" in many 2015-12-16 19:39:00 +04:00
daemon_example.ini
NEWS
README

Hi!

This is an example of a daemon plugin. These are generic plugins that
only hook ino the startup and shutdown of the database.

Cheers,
  -Brian
    Seattle, WA