From a9a14af24cf9fe2d5c28bcab521b951682a32e08 Mon Sep 17 00:00:00 2001 From: Chen Zhao Date: Fri, 27 Feb 2026 16:21:22 +0800 Subject: [PATCH] update --- data_substrate | 2 +- storage/eloq/ha_eloq.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;