diff options
author | monty@hundin.mysql.fi <> | 2002-06-05 23:04:38 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-06-05 23:04:38 +0300 |
commit | e4130b11c9728ff328f18560e8c7755b73f61a0d (patch) | |
tree | 9260753468997c0d4b3b8c78aea517507e2791eb /sql/unireg.h | |
parent | 8f29ae77bff7e758081f5588f34fc221fba29b1e (diff) | |
download | mariadb-git-e4130b11c9728ff328f18560e8c7755b73f61a0d.tar.gz |
removed init_count from IO_CACHE.
Added missing mutex_unlock to slave replication code.
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index 5a61f4a6c12..e8fdd5dd5dd 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -129,6 +129,10 @@ bfill((A)->null_flags,(A)->null_bytes,255);\ */ #define MIN_TURBOBM_PATTERN_LEN 3 +/* Defines for binary logging */ + +#define BIN_LOG_HEADER_SIZE 4 + /* Include prototypes for unireg */ #include "mysqld_error.h" |