~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.cc

  • 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:
39
39
namespace drizzled
40
40
{
41
41
 
42
 
extern char *drizzle_tmpdir;
 
42
extern std::string drizzle_tmpdir;
43
43
extern pid_t current_pid;
44
44
 
45
45
static const char hexchars[]= "0123456789abcdef";