Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.3.12, 5.5.35, 10.0.7, 10.0.22
-
None
-
Linux x64
Description
You cannot mysqldump/reload the table in the below testcase due to invalid sql being returned by "show create table".
drop table if exists t1; |
create table t1(a int, b timestamp as (a=1) virtual)engine=innodb; |
show create table t1; |
Attachments
Issue Links
- duplicates
-
MDEV-8441 Bad SHOW CREATE TABLE output for a table with a virtual column
- Closed