diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2003-01-30 21:39:54 +0400 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2003-01-30 21:39:54 +0400 |
commit | 82bf7e97ee2b92754a4b26486638160375b3c2b7 (patch) | |
tree | 83f6e561c259e940868d286dca7da1854a1fd00d /sql/unireg.h | |
parent | 7398e1611e5af33928c336974ed3d7c1ccff4133 (diff) | |
download | mariadb-git-82bf7e97ee2b92754a4b26486638160375b3c2b7.tar.gz |
'Replicate user variables' task
include/my_sys.h:
Addet reset_dinamic
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/unireg.h')
-rw-r--r-- | sql/unireg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/unireg.h b/sql/unireg.h index 724ff3f6197..2dc84720b2d 100644 --- a/sql/unireg.h +++ b/sql/unireg.h @@ -136,6 +136,8 @@ bfill((A)->null_flags,(A)->null_bytes,255);\ #define BIN_LOG_HEADER_SIZE 4 +#define FLOATING_POINT_BUFFER 331 + /* Include prototypes for unireg */ #include "mysqld_error.h" |