1
0
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:
Sergei Petrunia
2020-01-17 18:39:00 +03:00
parent 7b70cbd838
commit d595a91bc6

View File

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