mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
This commit is contained in:
commit
8d97c01366
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ mysql_make_view(File_parser *parser, TABLE_LIST *table)
|
||||||
mark to avoid temporary table using and put view reference and find
|
mark to avoid temporary table using and put view reference and find
|
||||||
last view table
|
last view table
|
||||||
*/
|
*/
|
||||||
for (TABLE_LIST *tbl= view_tables;
|
for (tbl= view_tables;
|
||||||
tbl;
|
tbl;
|
||||||
tbl= (view_tables_tail= tbl)->next_global)
|
tbl= (view_tables_tail= tbl)->next_global)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue