1
0
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:
Oleksandr Byelkin
2018-08-15 16:48:13 +02:00
19 changed files with 122 additions and 30 deletions

View File

@ -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);