psi_abi_v1.h 1.0 KB

1234567891011121314151617181920212223242526
  1. /* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
  2. This program is free software; you can redistribute it and/or modify
  3. it under the terms of the GNU General Public License as published by
  4. the Free Software Foundation; version 2 of the License.
  5. This program is distributed in the hope that it will be useful,
  6. but WITHOUT ANY WARRANTY; without even the implied warranty of
  7. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  8. GNU General Public License for more details.
  9. You should have received a copy of the GNU General Public License
  10. along with this program; if not, write to the Free Software Foundation,
  11. 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
  12. /**
  13. @file mysql/psi/psi_abi_v1.h
  14. ABI check for mysql/psi/psi.h, when using PSI_VERSION_1.
  15. This file is only used to automate detection of changes between versions.
  16. Do not include this file, include mysql/psi/psi.h instead.
  17. */
  18. #define USE_PSI_1
  19. #define HAVE_PSI_INTERFACE
  20. #define MY_GLOBAL_INCLUDED
  21. #include "mysql/psi/psi.h"