mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3
This commit is contained in:
@ -25048,7 +25048,7 @@ void TABLE_LIST::print(THD *thd, table_map eliminated_tables, String *str,
|
||||
}
|
||||
else if (derived)
|
||||
{
|
||||
if (!derived->derived->is_with_table())
|
||||
if (!is_with_table())
|
||||
{
|
||||
// A derived table
|
||||
str->append('(');
|
||||
|
Reference in New Issue
Block a user