[Commits] 96529e9: Fix typo in the previous commit
29 Jun
2018
29 Jun
'18
3:14 p.m.
revision-id: 96529e9359d5eac524745961b8a5426b8021fa28 parent(s): f46acd4a3a74c57a31226b11186746bce6c98813 committer: Sergei Petrunia branch nick: 10.1-r2 timestamp: 2018-06-29 18:14:23 +0300 message: Fix typo in the previous commit --- sql/wsrep_binlog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/wsrep_binlog.cc b/sql/wsrep_binlog.cc index 52934ff..f8553d0 100644 --- a/sql/wsrep_binlog.cc +++ b/sql/wsrep_binlog.cc @@ -324,7 +324,7 @@ void wsrep_dump_rbr_buf(THD *thd, const void* rbr_buf, size_t buf_len) if (len < 0) { WSREP_ERROR("snprintf error: %d, skipping dump.", len); - DBUG_VOID_RETURN; + return; } char *filename= (char *)malloc(len++);
2398
Age (days ago)
2398
Last active (days ago)
0 comments
1 participants
participants (1)
-
psergey@askmonty.org