mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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;
|
||||
if (f1->used_tables() & OUTER_REF_TABLE_BIT)
|
||||
{
|
||||
outer_ref= -1;
|
||||
outer_ref= 1;
|
||||
cmp= -1;
|
||||
}
|
||||
if (f2->used_tables() & OUTER_REF_TABLE_BIT)
|
||||
|
Reference in New Issue
Block a user