1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

sql_view.cc:

Post fix for bug#12122.
information_schema.result:
  Corrected test case after fixing bug#12122.
This commit is contained in:
evgen@moonbone.local
2007-02-11 22:52:12 +03:00
parent 9e2a0c7528
commit ffdf7b159b
2 changed files with 2 additions and 2 deletions

View File

@ -1263,6 +1263,7 @@ bool mysql_make_view(THD *thd, File_parser *parser, TABLE_LIST *table,
but it will not be included to SELECT_LEX tree, because it
will not be executed
*/
table->select_lex->order_list.push_back(&lex->select_lex.order_list);
goto ok;
}