~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:29:48 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103032948-ocaksrku0oqxw8aa
fix more docs warnings: underline/overline too short

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
                       List<Item> &new_list1, List<Item> &new_list2,
104
104
                       uint32_t elements, List<Item> &fields);
105
105
void copy_fields(Tmp_Table_Param *param);
106
 
bool copy_funcs(Item **func_ptr, const Session *session);
 
106
void copy_funcs(Item **func_ptr);
107
107
Field* create_tmp_field_from_field(Session *session, Field* org_field,
108
108
                                   const char *name, Table *table,
109
109
                                   Item_field *item, uint32_t convert_blob_length);