~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_dumpvar.h

  • Committer: Monty Taylor
  • Date: 2010-10-25 18:26:50 UTC
  • mto: (1879.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101025182650-7k11plnoi78sy1gl
Split set_var.* into sys_var.* and set_var.*

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_SELECT_DUMPVAR_H
22
22
 
23
23
#include "drizzled/error.h"
24
 
#include "drizzled/error.h"
 
24
#include "drizzled/function/set_user_var.h"
25
25
 
26
26
#include <vector>
27
27