~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tree.c

  • 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:
51
51
    (*tree->compare)(custom_arg, ELEMENT_KEY(tree,element), key)
52
52
  and not other way around, as
53
53
    (*tree->compare)(custom_arg, key, ELEMENT_KEY(tree,element))
54
 
 
55
 
  ft_boolean_search.c (at least) relies on that.
56
54
*/
57
55
 
58
56
#include "mysys_priv.h"