You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.6 KiB

9 years ago
  1. #ifndef MYSQL_SERVICES_INCLUDED
  2. /* Copyright (c) 2009, 2010, Oracle and/or its affiliates.
  3. Copyright (c) 2012, 2017, MariaDB
  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_base64.h>
  18. #include <mysql/service_debug_sync.h>
  19. #include <mysql/service_encryption.h>
  20. #include <mysql/service_encryption_scheme.h>
  21. #include <mysql/service_kill_statement.h>
  22. #include <mysql/service_logger.h>
  23. #include <mysql/service_md5.h>
  24. #include <mysql/service_my_snprintf.h>
  25. #include <mysql/service_progress_report.h>
  26. #include <mysql/service_sha1.h>
  27. #include <mysql/service_sha2.h>
  28. #include <mysql/service_thd_alloc.h>
  29. #include <mysql/service_thd_autoinc.h>
  30. #include <mysql/service_thd_error_context.h>
  31. #include <mysql/service_thd_rnd.h>
  32. #include <mysql/service_thd_specifics.h>
  33. #include <mysql/service_thd_timezone.h>
  34. #include <mysql/service_thd_wait.h>
  35. /*#include <mysql/service_wsrep.h>*/
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39. #define MYSQL_SERVICES_INCLUDED
  40. #endif