Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Cannot Reproduce
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
Description
DROP TABLE IF EXISTS t1,t2; |
CREATE TABLE t1 (a POINT); |
CREATE TABLE t2 (a GEOMETRY) AS SELECT * FROM t1; |
SHOW CREATE TABLE t2; |
+-------+-------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+-------+-------------------------------------------------------------------------------------+
|
| t2 | CREATE TABLE `t2` (
|
`a` point DEFAULT NULL
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
|
+-------+-------------------------------------------------------------------------------------+
|
The expected column type for t2.a should be GEOMETRY rather than POINT.
Attachments
Issue Links
- relates to
-
MDEV-12828 CREATE TABLE t1 (<defs>) SELECT... does not preserve new SRID
- Confirmed
-
MDEV-12829 CREATE TABLE t1 (<defs>) SELECT... does not preserve new COMMENT
- Closed
-
MDEV-12831 CREATE TABLE t1 (<defs>) SELECT... does not preserve new CHECK constraint
- Closed