tidb delete加条件删数据失败

mysql> ALTER TABLE table_name SET TIFLASH REPLICA 0;
Query OK, 0 rows affected (1.82 sec)

mysql>
mysql> select * from table_name where ds=‘2024-01-11’ limit 1;
Empty set (0.01 sec)

mysql> select * from table_name limit 1;
Empty set (0.01 sec)

select count() from table_name limit 1;
±---------+
| count(
) |
±---------+
| 0 |
±---------+
1 row in set (0.00 sec)