~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/func.cc

  • Committer: Brian Aker
  • Date: 2009-01-23 06:19:11 UTC
  • mfrom: (779.1.29 devel)
  • mto: (779.3.3 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: brian@tangent.org-20090123061911-59es83nxzlyvh5fi
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
*/
126
126
 
127
127
bool
128
 
Item_func::fix_fields(Session *session, Item **ref __attribute__((unused)))
 
128
Item_func::fix_fields(Session *session, Item **)
129
129
{
130
130
  assert(fixed == 0);
131
131
  Item **arg,**arg_end;
183
183
 
184
184
 
185
185
void Item_func::fix_after_pullout(st_select_lex *new_parent,
186
 
                                  Item **ref __attribute__((unused)))
 
186
                                  Item **)
187
187
{
188
188
  Item **arg,**arg_end;
189
189