diff options
author | monty@narttu.mysql.fi <> | 2003-06-05 17:33:38 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-06-05 17:33:38 +0300 |
commit | 7a54334443d98bd5830efb359cdfc16330d45c10 (patch) | |
tree | 2f66999790d27b10bd1ddb8bdc47741a04c5c502 /sql/unireg.h | |
parent | dad0664579410c9e2b4d2a310becec239f8ae8a8 (diff) | |
parent | e6cdc816137b679e4c8d7c333eacf48d6afa1622 (diff) | |
download | mariadb-git-7a54334443d98bd5830efb359cdfc16330d45c10.tar.gz |
Merge with 4.0.13
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index cd459dfc783..4bbfa8b0fae 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -141,10 +141,13 @@ */ #define MIN_TURBOBM_PATTERN_LEN 3 -/* Defines for binary logging */ - -#define BIN_LOG_HEADER_SIZE 4 +/* + Defines for binary logging. + Do not decrease the value of BIN_LOG_HEADER_SIZE. + Do not even increase it before checking code. +*/ +#define BIN_LOG_HEADER_SIZE 4 #define FLOATING_POINT_BUFFER 331 /* Include prototypes for unireg */ |