~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tree.c

  • Committer: Brian Aker
  • Date: 2008-07-15 19:53:56 UTC
  • mfrom: (160.1.2 mra-plugin-framework)
  • Revision ID: brian@tangent.org-20080715195356-ty4rhevkbasjghl3
Merging in Mark's work on plugin definitions.

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"