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 This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 2006-11-10 17:21:59 -08:00
ChangeLog This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 2006-11-10 17:21:59 -08:00
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 Cherry-picking WL#5710 from mysql-5.5 to mysql-5.5.16-release. 2011-08-15 18:29:38 +04:00
NEWS This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 2006-11-10 17:21:59 -08:00
README This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :) 2006-11-10 17:21:59 -08:00

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