diff --git a/sql/log_event.cc b/sql/log_event.cc index 9a7a5ca65c7..060a9a3b73f 100644 --- a/sql/log_event.cc +++ b/sql/log_event.cc @@ -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++ = '-';