diff options
author | Brandon Nesterenko <brandon.nesterenko@mariadb.com> | 2021-12-21 16:22:33 -0700 |
---|---|---|
committer | Brandon Nesterenko <brandon.nesterenko@mariadb.com> | 2021-12-22 15:02:06 -0700 |
commit | be20b3b03f9c522d17b3454214981506549063eb (patch) | |
tree | cce9c8b131efb1a57a5cdd2be594d8a28bee73dd /storage/maria/maria_def.h | |
parent | 6487b8e33060b54612981e81b663aff15724fbdf (diff) | |
download | mariadb-git-be20b3b03f9c522d17b3454214981506549063eb.tar.gz |
MDEV-26919: binlog.binlog_truncate_active_log fails in bb with valgrind, Conditional jump or move depends on uninitialised valuebb-10.5-MDEV-26919
Problem:
========
When writing an XA based event to the binary log, an assert was
always referencing thd->lex->xa_opt. This variable, however, is
only set when using XA START, XA END, and XA COMMIT. When an
XA PREPARE statement is being processed, it is not guaranteed that
the xa_opt variable will be set (e.g. if existing within a stored
procedure). This caused valgrind to complain about accessing an
uninitialized variable.
Solution:
========
Before referencing xa_opt, ensure the context is valid such that
it is set.
Reviewed By:
============
Andrei Elkin <andrei.elkin@mariadb.com>
Diffstat (limited to 'storage/maria/maria_def.h')
0 files changed, 0 insertions, 0 deletions