mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/home/jonas/src/mysql-5.0-ndb
This commit is contained in:
commit
99729cb1b3
1 changed files with 2 additions and 1 deletions
|
@ -789,7 +789,8 @@ EventLogger::getText(char * dst, size_t dst_len,
|
|||
BaseString::snprintf(dst, dst_len, "Node %u: ", nodeId);
|
||||
pos= strlen(dst);
|
||||
}
|
||||
textF(dst,dst_len,theData);
|
||||
if (dst_len-pos > 0)
|
||||
textF(dst+pos,dst_len-pos,theData);
|
||||
return dst;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue