diff options
author | kostja@oak.local <> | 2003-07-18 18:57:21 +0400 |
---|---|---|
committer | kostja@oak.local <> | 2003-07-18 18:57:21 +0400 |
commit | 715f8747d49bec27ae4948e74e18247dc4e9d52b (patch) | |
tree | 06b70f471463eec69c8b15d74c4c0b590297d594 /include | |
parent | 09e53b016967a84126dc50474a54010712893bf1 (diff) | |
download | mariadb-git-715f8747d49bec27ae4948e74e18247dc4e9d52b.tar.gz |
few compile-time bugs fixed
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h index 079808d9ba7..10bacffb2b1 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -229,7 +229,7 @@ typedef struct st_mysql my_bool reconnect; /* set to 1 if automatic reconnect */ /* session-wide random string */ - char scramble[max(SCRAMBLE_LENGTH,SCRAMBLE_LENGTH_323)+1]; + char scramble[SCRAMBLE_LENGTH+1]; /* Set if this is the original connection, not a master or a slave we have |