~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/strfunc.cc

  • Committer: Lee Bieber
  • Date: 2010-01-30 23:42:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1282.
  • Revision ID: lbieber@lee-biebers-macbook-pro.local-20100130234202-sxmqfteqwiq15ptg
add target to japanese tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include "drizzled/charset_info.h"
22
22
#include "drizzled/global_charset_info.h"
23
23
 
24
 
namespace drizzled
25
 
{
26
 
 
27
24
/*
28
25
  Return bitmap for strings used in a set
29
26
 
161
158
  return(0);
162
159
} /* find_type */
163
160
 
164
 
} /* namespace drizzled */