add generated stored column problem. #9453
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/new-feature
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
What did you see instead?
mysql root@127.0.0.1:test> select * from t;
+---+--------+---+
| a | b | c |
+---+--------+---+
| 1 | | 2 |
+---+--------+---+
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: