diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2021-09-30 15:57:32 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2021-09-30 15:57:32 +0400 |
commit | 39efcfbf9d9a69f8e40275f02d87328cf6c082f7 (patch) | |
tree | 10d05680e3c2ac0f1b70d4187d996aca6b0a8851 /sql/sql_class.h | |
parent | 3690c549c6e72646ba74f6b4c83813ee4ac3aea4 (diff) | |
download | mariadb-git-bb-10.2-hf.tar.gz |
MDEV-24383 SIGSEGV in heap_info from make_join_statistics on 2nd SP exec.bb-10.2-hf
Since some optimizer switches lead to the changes in the
parser-generated structures, we have to reload cached SP-s after
the change.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 5f871f9caf6..2cf0f3f4530 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -3209,6 +3209,7 @@ public: void change_user(void); void cleanup(void); void cleanup_after_query(); + void clear_sp_caches(); void free_connection(); void reset_for_reuse(); bool store_globals(); |