diff options
author | unknown <mronstrom@mysql.com> | 2005-07-18 13:31:02 +0200 |
---|---|---|
committer | unknown <mronstrom@mysql.com> | 2005-07-18 13:31:02 +0200 |
commit | c543c502db4b6b688e37faf439450f22cd6967c0 (patch) | |
tree | 49a4797f25aaf50e6e6c5ab9d193608d969a612e /sql/unireg.h | |
parent | ebc478cdac2091a8db3d0a45d51796cfec677230 (diff) | |
download | mariadb-git-c543c502db4b6b688e37faf439450f22cd6967c0.tar.gz |
Patch for push of wl1354 Partitioning
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 8d88683241b..aafb96ef7c3 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -80,6 +80,7 @@ #define PSEUDO_TABLE_BITS (PARAM_TABLE_BIT | OUTER_REF_TABLE_BIT | \ RAND_TABLE_BIT) #define MAX_FIELDS 4096 /* Limit in the .frm file */ +#define MAX_PARTITIONS 1024 #define MAX_SORT_MEMORY (2048*1024-MALLOC_OVERHEAD) #define MIN_SORT_MEMORY (32*1024-MALLOC_OVERHEAD) |