~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-04-14 18:25:12 UTC
  • mfrom: (1468.1.3 fix-pbxt-solaris)
  • Revision ID: brian@gaz-20100414182512-avps8wfkhwnbii8x
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
 
249
249
typedef int (*XTSimpleCompFunc)(struct XTIndex *ind, u_int key_length, xtWord1 *key_value, xtWord1 *b_value);
250
250
 
 
251
#ifdef DRIZZLED
 
252
namespace drizzled
 
253
{
 
254
  struct charset_info_st;
 
255
}
 
256
using drizzled::charset_info_st;
 
257
#else
251
258
struct charset_info_st;
 
259
#endif
252
260
 
253
261
typedef struct XTIndexSeg               /* Key-portion */
254
262
{