~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Jay Pipes
  • Date: 2009-08-20 21:45:52 UTC
  • mfrom: (1093.1.65 plugin-slot-reorg)
  • mto: This revision was merged to the branch mainline in revision 1121.
  • Revision ID: jpipes@serialcoder-20090820214552-qa2fg1ff508b61sm
Merge plugin slot reorganization from monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
*/
26
26
#include <drizzled/message/table.pb.h>
27
27
 
28
 
#include "drizzled/sql_udf.h"
 
28
#include "drizzled/slot/function.h"
29
29
#include "drizzled/name_resolution_context.h"
30
30
#include "drizzled/item/subselect.h"
31
31
#include "drizzled/item/param.h"
894
894
  SQL_LIST save_list;
895
895
  CreateField *last_field;
896
896
  Item_sum *in_sum_func;
897
 
  Function_builder *udf;
 
897
  drizzled::plugin::Function *udf;
898
898
  HA_CHECK_OPT check_opt;                       // check/repair options
899
899
  HA_CREATE_INFO create_info;
900
900
  drizzled::message::Table *create_table_proto;