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
2.1 KiB

  1. /*
  2. Licensed Materials - Property of IBM
  3. DB2 Storage Engine Enablement
  4. Copyright IBM Corporation 2007,2008
  5. All rights reserved
  6. Redistribution and use in source and binary forms, with or without modification,
  7. are permitted provided that the following conditions are met:
  8. (a) Redistributions of source code must retain this list of conditions, the
  9. copyright notice in section {d} below, and the disclaimer following this
  10. list of conditions.
  11. (b) Redistributions in binary form must reproduce this list of conditions, the
  12. copyright notice in section (d) below, and the disclaimer following this
  13. list of conditions, in the documentation and/or other materials provided
  14. with the distribution.
  15. (c) The name of IBM may not be used to endorse or promote products derived from
  16. this software without specific prior written permission.
  17. (d) The text of the required copyright notice is:
  18. Licensed Materials - Property of IBM
  19. DB2 Storage Engine Enablement
  20. Copyright IBM Corporation 2007,2008
  21. All rights reserved
  22. THIS SOFTWARE IS PROVIDED BY IBM CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED
  23. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  24. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  25. SHALL IBM CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  26. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
  27. OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  28. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  29. CONTRACT, STRICT LIABILITY, OR TORT INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  30. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  31. OF SUCH DAMAGE.
  32. */
  33. #ifndef DB2I_COLLATIONSUPPORT_H
  34. #define DB2I_COLLATIONSUPPORT_H
  35. #include "db2i_global.h"
  36. #include "mysql_priv.h"
  37. int32 updateAssociatedSortSequence(const CHARSET_INFO* charset,
  38. char* fileSortSequenceType,
  39. char* fileSortSequence,
  40. char* fileSortSequenceLibrary);
  41. #endif