mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/misc/mysql/31752_/41-31752_
into mysql.com:/misc/mysql/31752_/50-31752_
This commit is contained in:
@ -1290,7 +1290,7 @@ void MYSQL_LOG::make_log_name(char* buf, const char* log_ident)
|
||||
if (dir_len > FN_REFLEN)
|
||||
dir_len=FN_REFLEN-1;
|
||||
strnmov(buf, log_file_name, dir_len);
|
||||
strmake(buf+dir_len, log_ident, FN_REFLEN - dir_len);
|
||||
strmake(buf+dir_len, log_ident, FN_REFLEN - dir_len -1);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user