~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Monty Taylor
  • Date: 2010-12-02 22:51:54 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101202225154-h54ifmga9x6cckgs
Refactored syslog module and changed it to use sys_var directly.

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);