mariadb/plugin/feedback
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
..
CMakeLists.txt MDEV-6248 GUI-friendly cmake options to enable/disable plugins 2014-06-23 17:39:13 +02:00
feedback.cc update plugins' maturity levels: 2014-03-19 09:56:46 +01:00
feedback.h 5.3 merge 2012-01-13 15:50:02 +01:00
sender_thread.cc fixes for test failures 2012-09-27 20:09:46 +02:00
url_base.cc 5.3->5.5 merge 2011-11-22 18:04:38 +01:00
url_http.cc Merge MariaDB 10.0-base to MariaDB 10.0 2012-12-18 15:01:58 +01:00
utils.cc merge 10.0-base -> 10.0 2013-09-26 21:20:15 +03:00