1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +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

@@ -4720,6 +4720,8 @@ end_with_restore_list:
{
if (end_active_trans(thd))
goto error;
res= mysql_create_view(thd, first_table, thd->lex->create_view_mode);
break;
}
case SQLCOM_DROP_VIEW: