~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Andrew Hutchings
  • Date: 2010-12-06 19:36:53 UTC
  • mfrom: (1976 staging)
  • mto: This revision was merged to the branch mainline in revision 1991.
  • Revision ID: andrew@linuxjedi.co.uk-20101206193653-l85vryv18jb0yxx8
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_SET_VAR_H
21
21
#define DRIZZLED_SET_VAR_H
22
22
 
 
23
/*#include "drizzled/function/func.h"
 
24
#include "drizzled/function/set_user_var.h"
 
25
#include "drizzled/item/string.h"
 
26
#include "drizzled/item/field.h"
 
27
*/
23
28
#include "drizzled/memory/sql_alloc.h"
24
29
#include "drizzled/sql_list.h"
25
30
#include "drizzled/lex_string.h"