~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-06 15:03:34 UTC
  • Revision ID: brian@tangent.org-20080706150334-xv3xa202trvs0712
USE_RAID cleanup, along with ftbench tools.

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->klass;
 
784
        class = func_node->class;
785
785
        func = func_node->func;
786
786
 
787
787
        arg = func_node->args;