~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/nested_join.h

  • Committer: kaaveeacs
  • Date: 2011-04-14 19:30:10 UTC
  • mfrom: (2278 staging)
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: kaaveeacs@gmail.com-20110414193010-70xh9v0c2txi25r8
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
 
  const List<Item>& getSjOuterExprList() const
 
110
  List<Item> getSjOuterExprList() const
111
111
  {
112
112
    return sj_outer_expr_list;
113
113
  }