~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Lee
  • Date: 2008-10-30 13:54:17 UTC
  • mfrom: (570 drizzle)
  • mto: (572.1.2 devel)
  • mto: This revision was merged to the branch mainline in revision 573.
  • Revision ID: lbieber@lbieber-desktop-20081030135417-h4ve2igbe2lyksv9
merge in latest changes from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
#include <drizzled/error.h>
60
60
#include <drizzled/gettext.h>
61
61
#include <drizzled/tztime.h>
 
62
#include <drizzled/slave.h>
 
63
#include <drizzled/data_home.h>
62
64
 
63
65
extern const CHARSET_INFO *character_set_filesystem;
64
66