1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix previous bad patch for Bug#14262.

Remove table engine qualification where it's unnecessary.
This commit is contained in:
cmiller@zippy.cornsilk.net
2006-10-17 11:06:11 -04:00
parent ffc9538bb4
commit 3a709f50b2
4 changed files with 6 additions and 5 deletions

View File

@@ -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)))