~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: kaaveeacs
  • Date: 2011-04-15 18:56:30 UTC
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: kaaveeacs@gmail.com-20110415185630-cwbabb5zyekirlgx
Merge coding style fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
  }
108
108
 
109
109
  /* To get the List sj_outer_expr_list */
110
 
  List<Item> getSjOuterExprList() const
 
110
  const List<Item>& getSjOuterExprList() const
111
111
  {
112
112
    return sj_outer_expr_list;
113
113
  }