Unexpected value after DDL 'ALTER TABLE t
ADD COLUMN test
blob NOT NULL'
#36254
Labels
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
component/tiflash
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Can not reproducing the bug yet in a new tidb, but it happened twice while they are still running( one is staging env, and another is prod env)
ALTER TABLE `t` ADD COLUMN `test1` blob NOT NULL;
select test1 from t limit 1;
2. What did you expect to see?
get result: an empty string ''
3. What did you see instead
get an unexpected value:
0x0000000000000000000......
4. What is your TiDB version?
our staging tidb version is v5.0.0, prod tidb version is v5.1.4
The text was updated successfully, but these errors were encountered: