Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This fails in 10.3:
SET sql_mode=ORACLE; |
CREATE TABLE t1 (c1 INTEGER, c2 INTEGER AS (c1 MOD 10) VIRTUAL); |
ERROR 1324 (42000): Undefined CURSOR: c1
|