~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/eval/eval0eval.c

InnoDB compiles clean. Need to send this patch upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
781
781
 
782
782
        ut_ad(que_node_get_type(func_node) == QUE_NODE_FUNC);
783
783
 
784
 
        class = func_node->class;
 
784
        class = func_node->klass;
785
785
        func = func_node->func;
786
786
 
787
787
        arg = func_node->args;