diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2020-08-11 00:01:53 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2020-08-11 00:01:53 +0400 |
commit | 19bdb03e97d6f760699cd718e11f71e01c268f5e (patch) | |
tree | 3399b856c7bc246e3faec3cb1aad40badac8764a /sql/sql_lex.cc | |
parent | 0041dacc1b8e85e1958355d1cfdc36055b05a884 (diff) | |
download | mariadb-git-bb-mdev21211-hf.tar.gz |
MDEV-21211 LOCK_plugin optimization.bb-mdev21211-hf
Use Apc_target calls to 'notify' threads about changes in plugins.
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index f8b93abd4ae..b174b88bd6e 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -5221,7 +5221,7 @@ int st_select_lex_unit::save_union_explain(Explain_query *output) output->add_node(eu); if (eu->get_select_id() == 1) - output->query_plan_ready(); + output->query_plan_set_ready(); return 0; } |