diff options
author | unknown <kostja@bodhi.(none)> | 2007-07-16 15:57:20 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-07-16 15:57:20 +0400 |
commit | 02a832df2e9743fbe132fe84f906761fc00c1279 (patch) | |
tree | e7aeefe6bd764a8c6df3cf1f7e3cbffb74e0316d /sql/sql_show.cc | |
parent | 7416224c60a876c5cde518e41469911d1b00b3ce (diff) | |
download | mariadb-git-02a832df2e9743fbe132fe84f906761fc00c1279.tar.gz |
A follow up after the fix for Bug#21074 - fix NDB tests breaking on
asserts.
The patch for Bug#21074 replaces acquisition of the global LOCK_open lock
with exclusive locks on table names in such operations ad DROP TABLE
and RENAME TABLE.
Unfortunately, NDB internally assumes that LOCK_open is acquired and
tries to release it.
This dependency should be fixed by a separate (and significant in size)
patch. For now we just satisfy it - after all, the original
goal of the patch for Bug#21074 was to move query_cache_invalidate
outside of the scope of LOCK_open, and we still can do that.
This fixes some failing NDB tests in the runtime tree.
sql/sql_rename.cc:
Move release of LOCK_open after ha_ndbcluster::rename_tables to
satisfy an assert in ndb_log_schema_op.
Diffstat (limited to 'sql/sql_show.cc')
0 files changed, 0 insertions, 0 deletions