~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

fix include of pthread.h in innobase plugin: include the same place as innobase in mysql, but we use pthread.h directly and not my_pthread

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
875
879
#define MYSQL_STORAGE_ENGINE_PLUGIN                     DRIZZLE_STORAGE_ENGINE_PLUGIN
876
880
#define MYSQL_INFORMATION_SCHEMA_PLUGIN         DRIZZLE_INFORMATION_SCHEMA_PLUGIN
877
881
#define memcpy_fixed                                            memcpy