~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_func.cc

  • Committer: mark
  • Date: 2008-07-15 06:32:36 UTC
  • mto: This revision was merged to the branch mainline in revision 169.
  • Revision ID: mark@piggy.tangent.org-20080715063236-v5016hb1z1oyi7lj
remove FTPARSER and last remains of full text search

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <m_ctype.h>
32
32
#include <hash.h>
33
33
#include <time.h>
34
 
#include <ft_global.h>
35
34
#include <my_bit.h>
36
35
 
37
36
bool check_reserved_words(LEX_STRING *name)