~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/pars/pars0pars.c

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
        node->func = func;
153
153
 
154
 
        node->class = pars_func_get_class(func);
 
154
        node->klass = pars_func_get_class(func);
155
155
 
156
156
        node->args = arg;
157
157
 
670
670
 
671
671
                        func_node = exp_node;
672
672
 
673
 
                        if (func_node->class == PARS_FUNC_AGGREGATE) {
 
673
                        if (func_node->klass == PARS_FUNC_AGGREGATE) {
674
674
 
675
675
                                n_aggregate_nodes++;
676
676
                        }