1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

postmerge 4.1->5.0 fixes

This commit is contained in:
bell@sanja.is.com.ua
2005-04-01 02:14:30 +03:00
parent 05d4ed14e4
commit 1029e533df
14 changed files with 486 additions and 279 deletions

View File

@ -216,7 +216,7 @@ bool mysql_create_view(THD *thd,
/* prepare select to resolve all fields */
lex->view_prepare_mode= 1;
if (unit->prepare(thd, 0, 0))
if (unit->prepare(thd, 0, 0, view->view_name.str))
{
/*
some errors from prepare are reported to user, if is not then