~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/tree.c

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#endif
85
85
 
86
86
void init_tree(TREE *tree, ulong default_alloc_size, ulong memory_limit,
87
 
               int size, qsort_cmp2 compare, my_bool with_delete,
 
87
               int size, qsort_cmp2 compare, bool with_delete,
88
88
               tree_element_free free_element, void *custom_arg)
89
89
{
90
90
  DBUG_ENTER("init_tree");