mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge branch '5.5' into 10.0
This commit is contained in:
@ -2410,7 +2410,7 @@ void st_select_lex::print_order(String *str,
|
||||
{
|
||||
if (order->counter_used)
|
||||
{
|
||||
if (query_type != QT_VIEW_INTERNAL)
|
||||
if (!(query_type & QT_VIEW_INTERNAL))
|
||||
{
|
||||
char buffer[20];
|
||||
size_t length= my_snprintf(buffer, 20, "%d", order->counter);
|
||||
|
Reference in New Issue
Block a user