mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
MDEV-13850: Uninitialized variable at wsrep_binlog.cc:455
This commit is contained in:
parent
99fbf3eb59
commit
0b9437951c
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ void wsrep_dump_rbr_buf_with_header(THD *thd, const void *rbr_buf,
|
|||
File file;
|
||||
IO_CACHE cache;
|
||||
Log_event_writer writer(&cache);
|
||||
Format_description_log_event *ev;
|
||||
Format_description_log_event *ev=NULL;
|
||||
|
||||
int len= my_snprintf(filename, PATH_MAX, "%s/GRA_%ld_%lld_v2.log",
|
||||
wsrep_data_home_dir, thd->thread_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue