diff options
author | Jon Olav Hauglid <jon.hauglid@sun.com> | 2010-01-15 12:47:22 +0100 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@sun.com> | 2010-01-15 12:47:22 +0100 |
commit | 2a340691ff3839a37094f139a5c419b7d4007cb8 (patch) | |
tree | f3e9005e0768dfa3e5bf05c1a6ea0c4390051cb1 /sql/sp.h | |
parent | ad6adb1398e08ffa92dd9bce26b04cdf747ff312 (diff) | |
download | mariadb-git-2a340691ff3839a37094f139a5c419b7d4007cb8.tar.gz |
Bug #43685 Lock table affects other non-related tables
The problem was that FLUSH TABLE <table_list> would block,
waiting for all tables with old versions to be removed from
the table definition cache, rather than waiting for only
the tables in <table_list>. This could happen if FLUSH TABLE
was used in combination with LOCK TABLES.
With the new MDL code, this problem is no longer repeatable.
Regression test case added to lock.test. This commit contains
no code changes.
Diffstat (limited to 'sql/sp.h')
0 files changed, 0 insertions, 0 deletions