MariaDB-server/plugin/daemon_example
Vladislav Vaintroub 49d6568aae Reduce size of windows MSI by approx. 50%
- Mark test components, plugins etc with COMPONENT Test, to get them excluded from the MSI
- Only include debug symbols for client and embedded libs and also
  mysqld.exe and server plugins (so we can still can get a callstack in case of crash)

The rest (all *.pdbs, test components, MTR) can be obtained from the big ZIP distribution, if required.
2012-03-16 20:52:17 +01:00
..
AUTHORS
ChangeLog
CMakeLists.txt Reduce size of windows MSI by approx. 50% 2012-03-16 20:52:17 +01:00
daemon_example.cc mysql-5.5.18 merge 2011-11-03 19:17:05 +01: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
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