~posulliv/drizzle/rep-cassandra

« back to all changes in this revision

Viewing changes to drizzled/set_var.h

  • Committer: Brian Aker
  • Date: 2010-05-21 20:29:54 UTC
  • mfrom: (1556.1.1 new-tmp)
  • Revision ID: brian@gaz-20100521202954-kdue0ulbeo7uqz9r
Merge of temp directory change.

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;