summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h2
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