incorrect default value after altering an ADDed column from NOT NULL to NULL #12037
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
affects-8.5
This bug affects the 8.5.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
run sql
What did you expect to see?
the default value of
col
should be nullWhat did you see instead?
the default value of
col
is string literal "null"Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):master
TiCDC version (execute
cdc version
):master
The text was updated successfully, but these errors were encountered: