Loading sql/ha_ndbcluster.cc +1 −1 Original line number Diff line number Diff line Loading @@ -7058,7 +7058,7 @@ void ndb_serialize_cond(const Item *item, void *arg) Check that the field is part of the table of the handler instance and that we expect a field with of this result type. */ if (context->table == field->table) if (context->table->s == field->table->s) { const NDBTAB *tab= (const NDBTAB *) context->ndb_table; DBUG_PRINT("info", ("FIELD_ITEM")); Loading sql/item_func.cc +2 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,8 @@ void Item_func::traverse_cond(Cond_traverser traverser, (*traverser)(this, argument); } } else (*traverser)(this, argument); } Loading Loading
sql/ha_ndbcluster.cc +1 −1 Original line number Diff line number Diff line Loading @@ -7058,7 +7058,7 @@ void ndb_serialize_cond(const Item *item, void *arg) Check that the field is part of the table of the handler instance and that we expect a field with of this result type. */ if (context->table == field->table) if (context->table->s == field->table->s) { const NDBTAB *tab= (const NDBTAB *) context->ndb_table; DBUG_PRINT("info", ("FIELD_ITEM")); Loading
sql/item_func.cc +2 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,8 @@ void Item_func::traverse_cond(Cond_traverser traverser, (*traverser)(this, argument); } } else (*traverser)(this, argument); } Loading