~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 03:59:01 UTC
  • mfrom: (212.4.2 move-myisam-includes)
  • Revision ID: brian@tangent.org-20080728035901-2n9ruma8yah4kea2
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
#include "rpl_mi.h"
57
57
#include <my_getopt.h>
58
58
#include <thr_alarm.h>
59
 
#include <myisam.h>
 
59
#include <storage/myisam/myisam.h>
60
60
#include <my_dir.h>
61
61
 
62
62
extern CHARSET_INFO *character_set_filesystem;