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

fix (work-around) rpl_log test on FreeBSD.

This commit is contained in:
unknown
2002-09-25 18:04:08 -06:00
parent 17109c8b18
commit 0c8ed9baa6

View File

@@ -100,7 +100,7 @@ static void pretty_print_str(String* packet, char* str, int len)
static inline char* slave_load_file_stem(char*buf, uint file_id,
int event_server_id)
{
fn_format(buf,"SQL_LOAD-",slave_load_tmpdir,"",4+32);
fn_format(buf,"SQL_LOAD-",slave_load_tmpdir,"",0); /* 4+32); */
buf = strend(buf);
buf = int10_to_str(::server_id, buf, 10);
*buf++ = '-';