summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <gbichot@production.mysql.com>2005-03-22 00:28:33 +0100
committerunknown <gbichot@production.mysql.com>2005-03-22 00:28:33 +0100
commita2bf9d52eeedf679eac7df9584997bc5e0c69740 (patch)
treef26bb4d4c7bd39c3ca6a2cedc0f700acdc75416b /sql/mysql_priv.h
parent61f1e9a3e4257df5849723c7c0a68f537db25f75 (diff)
parentac46bf77aecd84eae40400afd5ffb79e93ab4b24 (diff)
downloadmariadb-git-a2bf9d52eeedf679eac7df9584997bc5e0c69740.tar.gz
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0
into production.mysql.com:/nfstmp1/guilhem/mysql-5.0-prod BitKeeper/etc/logging_ok: auto-union sql/log.cc: Auto merged sql/log_event.cc: Auto merged sql/mysql_priv.h: Auto merged sql/set_var.cc: Auto merged
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index dfa945c3fd3..1ee53e5ed64 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -264,6 +264,12 @@ extern CHARSET_INFO *national_charset_info, *table_alias_charset;
/* Flag set if setup_tables already done */
#define OPTION_SETUP_TABLES_DONE (1L << 30)
+/*
+ Maximum length of time zone name that we support
+ (Time zone name is char(64) in db). mysqlbinlog needs it.
+*/
+#define MAX_TIME_ZONE_NAME_LENGTH 72
+
/* The rest of the file is included in the server only */
#ifndef MYSQL_CLIENT