diff options
author | malff/marcsql@weblab.(none) <> | 2007-06-11 10:49:26 -0600 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2007-06-11 10:49:26 -0600 |
commit | 7b55e8b88efd0d0333b0acdcb89e3c987904712a (patch) | |
tree | 91e32b38a5e2fe7ebe5e09f88884ed02d7c1c231 /sql/unireg.h | |
parent | 6c352d16d933777293d86f9b9069ebdf7b792389 (diff) | |
parent | 8725f45724c2323b8a160e2e2c0398f8fd25ff45 (diff) | |
download | mariadb-git-7b55e8b88efd0d0333b0acdcb89e3c987904712a.tar.gz |
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-runtime
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge50
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index d67fa372083..5b73c6e9caa 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -74,6 +74,7 @@ #define MAX_TIME_WIDTH 23 /* -DDDDDD HH:MM:SS.###### */ #define MAX_DATETIME_FULL_WIDTH 29 /* YYYY-MM-DD HH:MM:SS.###### AM */ #define MAX_DATETIME_WIDTH 19 /* YYYY-MM-DD HH:MM:SS */ +#define MAX_DATETIME_COMPRESSED_WIDTH 14 /* YYYYMMDDHHMMSS */ #define MAX_TABLES (sizeof(table_map)*8-3) /* Max tables in join */ #define PARAM_TABLE_BIT (((table_map) 1) << (sizeof(table_map)*8-3)) |