mariadb/extra
Sergei Golubchik 787ec31778 MDEV-6248 GUI-friendly cmake options to enable/disable plugins
* Introduce a set of PLUGIN_xxx cmake options with values
  NO, STATIC, DYNAMIC, AUTO, YES (abort if plugin is not compiled)
* Deprecate redundant and ambiguous WITH_xxx, WITH_PLUGIN_xxx,
  WITH_xxx_STORAGE_ENGINE, WITHOUT_xxx, WITHOUT_PLUGIN_xxx,
  WITHOUT_xxx_STORAGE_ENGINE
* Actually check whether a plugin is disabled (DISABLED keyword was
  always present, but it was ignored until now).
* Support conditionally disabled plugins - keyword ONLY_IF
* Use ONLY_IF for conditionally skipping plugins, instead of
  doing MYSQL_ADD_PLUGIN conditionally as before. Because if
  MYSQL_ADD_PLUGIN isn't done at all, PLUGIN_xxx=YES cannot work.
2014-06-23 17:39:13 +02:00
..
jemalloc Fixes to get valgrind to work with jemalloc 2014-01-02 11:19:19 +02:00
yassl 5.5 merge 2014-05-09 12:35:11 +02:00
charset2html.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
CMakeLists.txt MDEV-6248 GUI-friendly cmake options to enable/disable plugins 2014-06-23 17:39:13 +02:00
comp_err.c 10.0-base merge. 2013-09-21 10:14:42 +02:00
innochecksum.cc Temporal fix for flush thread hang. 2014-02-28 08:53:09 +02:00
my_print_defaults.c 10.0-monty merge 2013-07-21 16:39:19 +02:00
mysql_waitpid.c
perror.c MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error in include/my_global.h 2013-09-09 19:31:29 +02:00
replace.c Fixed a compiler failure and removed some warnings in windows 2014-03-11 16:53:24 +02:00
resolve_stack_dump.c cleanup: use MYF() for mysys flags 2013-01-23 16:18:09 +01:00
resolveip.c