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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user