~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

InnoDB compiles clean. Need to send this patch upstream. 

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
                        }