~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2011-02-14 05:47:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2167.
  • Revision ID: brian@tangent.org-20110214054707-61nsqgg1g4w1zhx1
Merge in all changes for current_session, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/session.h"
27
27
#include "drizzled/item/string.h"
28
28
#include "drizzled/sql_list.h"
 
29
#include <drizzled/function/set_user_var.h>
29
30
 
30
31
using namespace std;
31
32