mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Typo fixed.
This commit is contained in:
@@ -2620,8 +2620,8 @@ static bool check_equality_for_exist2in(Item_func *func,
|
|||||||
args[0]->all_used_tables() == OUTER_REF_TABLE_BIT)
|
args[0]->all_used_tables() == OUTER_REF_TABLE_BIT)
|
||||||
{
|
{
|
||||||
/* It is Item_field or Item_direct_view_ref) */
|
/* It is Item_field or Item_direct_view_ref) */
|
||||||
DBUG_ASSERT(args[0]->type() == Item::FIELD_ITEM ||
|
DBUG_ASSERT(args[1]->type() == Item::FIELD_ITEM ||
|
||||||
args[0]->type() == Item::REF_ITEM);
|
args[1]->type() == Item::REF_ITEM);
|
||||||
*local_field= (Item_ident *)args[1];
|
*local_field= (Item_ident *)args[1];
|
||||||
*outer_exp= args[0];
|
*outer_exp= args[0];
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Reference in New Issue
Block a user