summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2006-10-17 11:06:11 -0400
committercmiller@zippy.cornsilk.net <>2006-10-17 11:06:11 -0400
commit3a709f50b27acf9bce0fd6e5ddcd45ae2f277bee (patch)
tree9e392347cd89f60f4c76435bd32b7cef3474311e /sql/sql_view.cc
parentffc9538bb48b81557833f96d64a9579a8df20d25 (diff)
downloadmariadb-git-3a709f50b27acf9bce0fd6e5ddcd45ae2f277bee.tar.gz
Fix previous bad patch for Bug#14262.
Remove table engine qualification where it's unnecessary.
Diffstat (limited to 'sql/sql_view.cc')
-rw-r--r--sql/sql_view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc
index 82acab7129e..245ef1a9f54 100644
--- a/sql/sql_view.cc
+++ b/sql/sql_view.cc
@@ -1384,7 +1384,6 @@ bool mysql_drop_view(THD *thd, TABLE_LIST *views, enum_drop_mode drop_mode)
non_existant_views.append(',');
non_existant_views.append(String(view->table_name,system_charset_info));
}
- VOID(pthread_mutex_unlock(&LOCK_open));
continue;
}
if (my_delete(path, MYF(MY_WME)))