mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
This commit is contained in:
commit
80d07e53ef
1 changed files with 1 additions and 1 deletions
|
@ -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++ = '-';
|
||||
|
|
Loading…
Reference in a new issue