~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: brian
  • Date: 2008-07-27 01:05:35 UTC
  • mfrom: (212.5.24 remove-include-dir)
  • Revision ID: brian@localhost.localdomain-20080727010535-y458velrxny2uuhy
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#include "mysql_priv.h"
55
55
#include "slave.h"
56
56
#include "rpl_mi.h"
57
 
#include <my_getopt.h>
 
57
#include <mysys/my_getopt.h>
58
58
#include <mysys/thr_alarm.h>
59
59
#include <storage/myisam/myisam.h>
60
60
#include <my_dir.h>