From f3af0d7ce423d3b28de463c430f4ff4bef8b925e Mon Sep 17 00:00:00 2001 From: "monty@narttu.mysql.fi" <> Date: Fri, 4 Jul 2003 03:18:15 +0300 Subject: Status query on killed mysql connection results in segmentation fault (Bug #738) Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug #766) Fixed server crash on purge master logs or show master logs when binlog is off. (Bug #733) --- strings/strmake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings/strmake.c') diff --git a/strings/strmake.c b/strings/strmake.c index 2e384fc168a..d2252f648f6 100644 --- a/strings/strmake.c +++ b/strings/strmake.c @@ -21,7 +21,7 @@ strmake(dst,src,length) moves length characters, or until end, of src to dst and appends a closing NUL to dst. - Note that is strlen(src) >= length then dst[length] will be set to \0 + Note that if strlen(src) >= length then dst[length] will be set to \0 strmake() returns pointer to closing null */ -- cgit v1.2.1