services.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #ifndef MYSQL_SERVICES_INCLUDED
  2. /* Copyright (c) 2009, 2010, Oracle and/or its affiliates.
  3. Copyright (c) 2012, 2013, Monty Program Ab
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; version 2 of the License.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program; if not, write to the Free Software
  13. Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. #include <mysql/service_my_snprintf.h>
  18. #include <mysql/service_thd_alloc.h>
  19. #include <mysql/service_thd_wait.h>
  20. #include <mysql/service_progress_report.h>
  21. #include <mysql/service_debug_sync.h>
  22. #include <mysql/service_kill_statement.h>
  23. #include <mysql/service_thd_timezone.h>
  24. #include <mysql/service_sha1.h>
  25. #include <mysql/service_md5.h>
  26. #include <mysql/service_logger.h>
  27. #include <mysql/service_thd_autoinc.h>
  28. #include <mysql/service_thd_error_context.h>
  29. #include <mysql/service_thd_specifics.h>
  30. #include <mysql/service_encryption.h>
  31. #include <mysql/service_encryption_scheme.h>
  32. /*#include <mysql/service_wsrep.h>*/
  33. #ifdef __cplusplus
  34. }
  35. #endif
  36. #define MYSQL_SERVICES_INCLUDED
  37. #endif