diff --git a/data_substrate b/data_substrate index aa2703c81b1..65caaadd93d 160000 --- a/data_substrate +++ b/data_substrate @@ -1 +1 @@ -Subproject commit aa2703c81b190dd7a41a82e1c1c04170b6c28ffd +Subproject commit 65caaadd93da33fcfb6ee1a1cca73e89cb7529f7 diff --git a/storage/eloq/ha_eloq.cc b/storage/eloq/ha_eloq.cc index 1b963e8d960..500a097f93b 100644 --- a/storage/eloq/ha_eloq.cc +++ b/storage/eloq/ha_eloq.cc @@ -3409,7 +3409,7 @@ int ha_eloq::Delete(const uchar *old_data, std::unique_ptr mono_key) continue; } - is_dirty= kid == table_share->keys ? true : false; + is_dirty= kid == table_share->keys; is_unique_key= !is_dirty ? table_share->key_info[kid].flags & HA_NOSAME : false;