From 74e7ffe9872e74f3ac1ae4e93a2ef1b0d2c97c03 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Tue, 28 Nov 2000 04:47:47 +0200 Subject: New thr_alarm struct for better integration with OS2 Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name --- mysys/mf_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/mf_format.c') diff --git a/mysys/mf_format.c b/mysys/mf_format.c index 47d5e17cf22..3050fd88e90 100644 --- a/mysys/mf_format.c +++ b/mysys/mf_format.c @@ -117,7 +117,7 @@ my_string fn_format(my_string to, const char *name, const char *dsk, if (flag & 32 || (!lstat(to,&stat_buff) && S_ISLNK(stat_buff.st_mode))) { if (realpath(to,buff)) - strmov(to,buff); + strnmov(to,buff,FN_REFLEN-1); } } #endif -- cgit v1.2.1