~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2010-05-26 00:24:31 UTC
  • Revision ID: brian@gaz-20100526002431-33l06jm4z369luxy
Remove restriction on schemas named temporary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
{
35
35
 
36
36
/* Global value for how we extend our temporary directory */
37
 
#define GLOBAL_TEMPORARY_EXT "temporary"
 
37
#define GLOBAL_TEMPORARY_EXT ".temporary"
38
38
 
39
39
/* These paths are converted to other systems (WIN95) before use */
40
40