mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix a merge typo
This commit is contained in:
@ -13874,7 +13874,7 @@ static int compare_fields_by_table_order(Item *field1,
|
|||||||
Item_field *f2= (Item_field *) field2_real;
|
Item_field *f2= (Item_field *) field2_real;
|
||||||
if (f1->used_tables() & OUTER_REF_TABLE_BIT)
|
if (f1->used_tables() & OUTER_REF_TABLE_BIT)
|
||||||
{
|
{
|
||||||
outer_ref= -1;
|
outer_ref= 1;
|
||||||
cmp= -1;
|
cmp= -1;
|
||||||
}
|
}
|
||||||
if (f2->used_tables() & OUTER_REF_TABLE_BIT)
|
if (f2->used_tables() & OUTER_REF_TABLE_BIT)
|
||||||
|
Reference in New Issue
Block a user