diff options
author | Varun Gupta <varun.gupta@mariadb.com> | 2020-06-30 18:11:35 +0530 |
---|---|---|
committer | Varun Gupta <varun.gupta@mariadb.com> | 2020-06-30 18:29:02 +0530 |
commit | cc0dca366357651ddb549e31a12b1ecd39c7380e (patch) | |
tree | 863f06ec7ba49576f70079b475c1e9ae1a6e73aa /storage/connect/jsonudf.h | |
parent | 8e8f9671cbef43ef347e2c942de074278847241f (diff) | |
download | mariadb-git-cc0dca366357651ddb549e31a12b1ecd39c7380e.tar.gz |
MDEV-22910: SIGSEGV in Opt_trace_context::is_started & SIGSEGV in Json_writer::add_table_name (on optimized builds)
Make sure to initialize members of TABLE::reginfo when TABLE::init is called. In this case the problem
was that table->reginfo.join_tab was set for the SELECT query and then was reused by the UPDATE query.
This case occurred only when the SELECT query had a degenerate join.
Diffstat (limited to 'storage/connect/jsonudf.h')
0 files changed, 0 insertions, 0 deletions