~mathiaz/ubuntu/lucid/mysql-dfsg-5.1/zap-bug-552053

« back to all changes in this revision

Viewing changes to storage/ibmdb2i/db2i_global.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-06-25 12:55:45 UTC
  • mfrom: (1.1.2 upstream) (0.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20090625125545-m8ogs96zzsri74xe
Tags: 5.1.34-1ubuntu1
* Merge from debian experimental (and 5.0 from main), remaining changes:
  - debian/mysql-server-5.1.config:
    + ask for MySQL root password at priority high instead of medium so
      that the password prompt is seen on a default install. (LP: #319843)
    + don't ask for root password when upgrading from a 5.0 install.
  - debian/control:
    + Make libmysqlclient16-dev a transitional package depending on
      libmysqlclient-dev.
    + Make libmysqlclient-dev conflict with libmysqlclient15-dev.
    + Don't build mysql-server, mysql-client, mysql-common and
      libmysqlclient15-dev binary packages since they're still provided
      by mysql-dfsg-5.0.
    + Make mysql-{client,server}-5.1 packages conflict and
      replace mysql-{client,server}-5.0, but not provide
      mysql-{client,server}.
    + Depend on a specific version of mysql-common rather than the src
      version of mysql-dfsg-5.1 since mysql-common is currently part of
      mysql-dfsg-5.0.
    + Lower mailx from a Recommends to a Suggests to avoid pulling in
      a full MTA on all installs of mysql-server. (LP: #259477)
  - debian/rules:
    + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
      build failures.
    + install mysql-test and sql-bench to /usr/share/mysql/ rather than
      /usr/.
  - debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
  - Add AppArmor profile:
    - debian/apparmor-profile: apparmor profile.
    - debian/rules, debian/mysql-server-5.0.files: install apparmor profile.
    - debian/mysql-server-5.0.dirs: add etc/apparmor.d/force-complain
    - debian/mysql-server-5.0.postrm: remove symlink in force-complain/ on
      purge.
    - debian/mysql-server-5.1.README.Debian: add apparmor documentation.
    - debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
    - debian/mysql-server-5.1.postinst: reload apparmor profiles.
  - debian/additions/my.cnf: remove language option. Error message files are
    located in a different directory in MySQL 5.0. Setting the language
    option to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1
    use a default value that works. (LP: #316974)
  - debian/mysql-server-5.1.mysql.init:
    + Clearly indicate that we do not support running multiple instances
      of mysqld by duplicating the init script.
      (closes: #314785, #324834, #435165, #444216)
    + Properly parameterize all existing references to the mysql config
      file (/etc/mysql/my.cnf).
  - debian/mysql-server-5.0.postinst: Clear out the second password
    when setting up mysql. (LP: #344816)
  - mysql-server-core-5.1 package for files needed by Akonadi:
    + debian/control: create mysql-server-core-5.1 package.
    + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
      move core mysqld files to mysql-server-core-5.1 package.
  - Don't package sql-bench and mysql-test file.
* Dropped changes:
  - debian/patches/92_ssl_test_cert.dpatch: certificate expiration in
    test suite (LP: #323755). Included upstream.
* Dropped from 5.0:
  - apparmor profile:
    - debian/control: Recommends apparmor >= 2.1+1075-0ubuntu6. All version
      of apparmor-profile (>hardy) are higher than this version.
    - debian/mysql-server-5.0.preinst: create symlink for force-complain/
      on pre-feisty upgrades, upgrades where apparmor-profiles profile is
      unchanged (ie non-enforcing) and upgrades where the profile
      doesn't exist. Support for pre-hardy upgrades is no longer needed.
* debian/mysql-server-5.1.postinst: fix debian-sys-maint user creation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
Licensed Materials - Property of IBM
 
3
DB2 Storage Engine Enablement
 
4
Copyright IBM Corporation 2007,2008
 
5
All rights reserved
 
6
 
 
7
Redistribution and use in source and binary forms, with or without modification,
 
8
are permitted provided that the following conditions are met: 
 
9
 (a) Redistributions of source code must retain this list of conditions, the
 
10
     copyright notice in section {d} below, and the disclaimer following this
 
11
     list of conditions. 
 
12
 (b) Redistributions in binary form must reproduce this list of conditions, the
 
13
     copyright notice in section (d) below, and the disclaimer following this
 
14
     list of conditions, in the documentation and/or other materials provided
 
15
     with the distribution. 
 
16
 (c) The name of IBM may not be used to endorse or promote products derived from
 
17
     this software without specific prior written permission. 
 
18
 (d) The text of the required copyright notice is: 
 
19
       Licensed Materials - Property of IBM
 
20
       DB2 Storage Engine Enablement 
 
21
       Copyright IBM Corporation 2007,2008 
 
22
       All rights reserved
 
23
 
 
24
THIS SOFTWARE IS PROVIDED BY IBM CORPORATION "AS IS" AND ANY EXPRESS OR IMPLIED
 
25
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 
26
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
 
27
SHALL IBM CORPORATION BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
28
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 
29
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
30
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
31
CONTRACT, STRICT LIABILITY, OR TORT INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
 
32
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
 
33
OF SUCH DAMAGE.
 
34
*/
 
35
 
 
36
 
 
37
#ifndef DB2I_GLOBAL_H
 
38
#define DB2I_GLOBAL_H
 
39
 
 
40
#define MYSQL_SERVER 1
 
41
 
 
42
#include "my_global.h"
 
43
#include "my_sys.h"
 
44
 
 
45
const uint MAX_DB2_KEY_PARTS=120;
 
46
const int MAX_DB2_V5R4_LIBNAME_LENGTH = 10;
 
47
const int MAX_DB2_V6R1_LIBNAME_LENGTH = 30;
 
48
const int MAX_DB2_SCHEMANAME_LENGTH=258; 
 
49
const int MAX_DB2_FILENAME_LENGTH=258; 
 
50
const int MAX_DB2_COLNAME_LENGTH=128;
 
51
const int MAX_DB2_SAVEPOINTNAME_LENGTH=128;
 
52
const int MAX_DB2_QUALIFIEDNAME_LENGTH=MAX_DB2_V6R1_LIBNAME_LENGTH + 1 + MAX_DB2_FILENAME_LENGTH;
 
53
const uint32 MAX_CHAR_LENGTH = 32765;
 
54
const uint32 MAX_VARCHAR_LENGTH = 32739;
 
55
const uint32 MAX_DEC_PRECISION = 63;
 
56
const uint32 MAX_BLOB_LENGTH = 2147483646;
 
57
const uint32 MAX_BINARY_LENGTH = MAX_CHAR_LENGTH;
 
58
const uint32 MAX_VARBINARY_LENGTH = MAX_VARCHAR_LENGTH;
 
59
const uint32 MAX_FULL_ALLOCATE_BLOB_LENGTH = 65536;
 
60
const uint32 MAX_FOREIGN_LEN = 64000;
 
61
const char* DB2I_TEMP_TABLE_SCHEMA = "QTEMP";
 
62
const char DB2I_ADDL_INDEX_NAME_DELIMITER[5] = {'_','_','_','_','_'};
 
63
const char DB2I_DEFAULT_INDEX_NAME_DELIMITER[3] = {'_','_','_'};
 
64
const int DB2I_INDEX_NAME_LENGTH_TO_PRESERVE = 110;
 
65
 
 
66
enum enum_DB2I_INDEX_TYPE
 
67
{
 
68
  typeNone = 0,
 
69
  typeDefault = 'D',
 
70
  typeHex = 'H',
 
71
  typeAscii = 'A'
 
72
};
 
73
 
 
74
void* roundToQuadWordBdy(void* ptr)
 
75
{
 
76
  return (void*)(((uint64)(ptr)+0xf) & ~0xf);
 
77
}
 
78
 
 
79
typedef uint64_t ILEMemHandle;
 
80
 
 
81
struct OSVersion
 
82
{
 
83
  uint8 v;
 
84
  uint8 r;
 
85
};
 
86
extern OSVersion osVersion;
 
87
 
 
88
 
 
89
/**
 
90
  Allocate 16-byte aligned space using the MySQL heap allocator
 
91
  
 
92
  @details  Many of the spaces used by the QMY_* APIS are required to be
 
93
  aligned on 16 byte boundaries. The standard system malloc will do this 
 
94
  alignment by default. However, in order to use the heap debug and tracking
 
95
  features of the mysql allocator, we chose to implement an aligning wrapper
 
96
  around my_malloc. Essentially, we overallocate the storage space, find the 
 
97
  first aligned address in the space, store a pointer to the true malloc 
 
98
  allocation in the bytes immediately preceding the aligned address, and return 
 
99
  the aligned address to the caller.
 
100
  
 
101
  @parm size  The size of heap storage needed
 
102
  
 
103
  @return  A 16-byte aligned pointer to the storage requested.
 
104
*/
 
105
void* malloc_aligned(size_t size)
 
106
{
 
107
  char* p;
 
108
  char* base;
 
109
  base = (char*)my_malloc(size + sizeof(void*) + 15, MYF(MY_WME));
 
110
  if (likely(base))
 
111
  {
 
112
    p = (char*)roundToQuadWordBdy(base + sizeof(void*));
 
113
    char** p2 = (char**)(p - sizeof(void*));
 
114
    *p2 = base;
 
115
  }
 
116
  else
 
117
    p = NULL;
 
118
  
 
119
  return p;
 
120
}
 
121
 
 
122
/**
 
123
  Free a 16-byte aligned space alloced by malloc_aligned
 
124
  
 
125
  @details  We know that a pointer to the true malloced storage immediately
 
126
  precedes the aligned address, so we pull that out and call my_free().
 
127
  
 
128
  @parm p  A 16-byte aligned pointer generated by malloc_aligned
 
129
*/
 
130
void free_aligned(void* p)
 
131
{
 
132
  if (likely(p))
 
133
  {
 
134
    my_free(*(char**)((char*)p-sizeof(void*)), MYF(0));
 
135
  }  
 
136
}
 
137
 
 
138
#endif