~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/xt_defs.h

  • Committer: Brian Aker
  • Date: 2011-02-05 10:53:26 UTC
  • mto: (2147.3.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2148.
  • Revision ID: brian@tangent.org-20110205105326-hjmn5xehw5rs46tp
Fix bad error in warnings/errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2005 PrimeBase Technologies GmbH
 
1
/* Copyright (C) 2005 PrimeBase Technologies GmbH
2
2
 *
3
3
 * PrimeBase XT
4
4
 *
872
872
#define MYSQL_TYPE_ENUM                                         DRIZZLE_TYPE_ENUM
873
873
#define MYSQL_TYPE_LONG                                         DRIZZLE_TYPE_LONG
874
874
#define MYSQL_PLUGIN_VAR_HEADER                         DRIZZLE_PLUGIN_VAR_HEADER
875
 
#define MYSQL_SYSVAR_STR                                        DRIZZLE_SYSVAR_STR
876
 
#define MYSQL_SYSVAR_INT                                        DRIZZLE_SYSVAR_INT
877
 
#define MYSQL_SYSVAR_BOOL                                       DRIZZLE_SYSVAR_BOOL
878
 
#define MYSQL_SYSVAR                                            DRIZZLE_SYSVAR
879
875
#define MYSQL_STORAGE_ENGINE_PLUGIN                     DRIZZLE_STORAGE_ENGINE_PLUGIN
880
876
#define MYSQL_INFORMATION_SCHEMA_PLUGIN         DRIZZLE_INFORMATION_SCHEMA_PLUGIN
881
877
#define memcpy_fixed                                            memcpy