1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix for make dist

Made replication test portable
Fixed buffer overrun bug in replication
This commit is contained in:
monty@hundin.mysql.fi
2001-10-02 22:21:14 +03:00
parent 4dd46e346c
commit db82d30bf0
4 changed files with 10 additions and 9 deletions

View File

@@ -22,7 +22,8 @@
strmake(dst,src,length) moves length characters, or until end, of src to
dst and appends a closing NUL to dst.
strmake() returns pointer to closing null;
Note that is strlen(src) >= length then dst[length] will be set to \0
strmake() returns pointer to closing null
*/
#include <global.h>