Open Dylan0222 opened 4 days ago
/label affects-8.4 /label affects-8.5
It's strange for the following queries from tikv storage.
mysql> select c0 is null from t1;
+------------+
| c0 is null |
+------------+
| 1 |
| 1 |
| 1 |
+------------+
3 rows in set (0.00 sec)
mysql> select c0 from t1;
+---------------------+
| c0 |
+---------------------+
| 0000-00-00 00:00:00 |
| 0000-00-00 00:00:00 |
| 0000-00-00 00:00:00 |
+---------------------+
3 rows in set (0.00 sec)
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
I find that the returned information is inconsistent across two queries.
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
TiDB v8.4.0