~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-09-26 03:23:39 UTC
  • mfrom: (1793.1.1 build)
  • Revision ID: lbieber@orisndriz08-20100926032339-59p5xxhkloa09759
Merge Monty - Beginning of catalog support, adds a default local catalog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
941
941
 
942
942
#define my_pthread_setspecific_ptr(T, V)        pthread_setspecific(T, (void*) (V))
943
943
 
944
 
#define mysql_real_data_home                            ::drizzled::data_home
 
944
#define mysql_real_data_home                            ::drizzled::getDataHomeCatalog().c_str()
945
945
 
946
946
#define mi_int4store(T,A)   { uint32_t def_temp= (uint32_t) (A);\
947
947
                              ((unsigned char*) (T))[3]= (unsigned char) (def_temp);\