~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: lbieber
  • Date: 2010-10-07 15:39:23 UTC
  • mfrom: (1819.1.2 build)
  • Revision ID: lbieber@orisndriz08-20101007153923-e9rwa9ha5oyhjdc2
Merge Monty - Bug 655294: load_data() function returns null if file is invalid 
Merge Monty - Bug 655342: select into outfile creates a garbage file on no results
Merge Monty - Fixes the haildb build

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::getDataHomeCatalog().c_str()
 
944
/* TODO: This is dangerous! */
 
945
#define mysql_real_data_home                            ::drizzled::getDataHomeCatalog().file_string().c_str()
945
946
 
946
947
#define mi_int4store(T,A)   { uint32_t def_temp= (uint32_t) (A);\
947
948
                              ((unsigned char*) (T))[3]= (unsigned char) (def_temp);\