~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
/** If not set then the thread will ignore all warnings with level notes. */
78
78
#define OPTION_SQL_NOTES                (UINT64_C(1) << 31) // THD, user
79
79
 
80
 
/**
81
 
  Maximum length of time zone name that we support
82
 
  (Time zone name is char(64) in db). mysqlbinlog needs it.
83
 
*/
84
 
#define MAX_TIME_ZONE_NAME_LENGTH       (NAME_LEN + 1)
85
 
 
86
80
#define HOSTNAME_LENGTH 60
87
81
#define SYSTEM_CHARSET_MBMAXLEN 4
88
82
#define USERNAME_CHAR_LENGTH 16