Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
5.2.14, 5.3.12, 5.5.37, 10.0.10
-
None
-
None
Description
mysqldump uses executable comments for syntaxes which were not supported before MySQL 4.0, so I think it should use a comment for the virtual columns definition, to recreate the tables on MySQL and MariaDB 5.1:
`v` int(11) /*M!version AS (c*2) VIRTUAL */ |