~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Brian Aker
  • Date: 2010-05-21 20:29:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1559.
  • Revision ID: brian@gaz-20100521202922-vu2vphuk28bn1nbj
Updates for moving temporary directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
extern struct system_variables max_system_variables;
57
57
extern size_t table_def_size;
58
58
 
59
 
extern char *drizzle_tmpdir;
 
59
extern std::string drizzle_tmpdir;
60
60
extern const char *first_keyword;
61
61
extern const char *in_left_expr_name;
62
62
extern const char *in_additional_cond;