mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
4f59204b49
Introduce a MySQL maintainer/developer mode that enables a set of warning options for the C/C++ compiler. This mode is intended to help improve the overall quality of the code. The warning options are: C_WARNINGS="-Wall -Wextra -Wunused -Wwrite-strings -Werror" CXX_WARNINGS="$C_WARNINGS -Wno-unused-parameter" Since -Wall is essentially a moving target, autoconf checks are not run with warning options enabled, in particualr -Werror. This decision might be revisited in the future. The patch also fixes a mistake in the makefiles, where automake CXXFLAGS would be set to CFLAGS. |
||
---|---|---|
.. | ||
AUTHORS | ||
ChangeLog | ||
configure.in | ||
daemon_example.cc | ||
Makefile.am | ||
NEWS | ||
plug.in | ||
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