[MDEV-12798] Item_param does not preserve exact field type in EXECUTE IMMEDIATE 'CREATE TABLE AS SELECT ?' USING POINT(1,1) Created: 2017-05-15 Updated: 2017-05-15 Resolved: 2017-05-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | GIS, Prepared Statements |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
This script:
creates a column of a wrong type:
The expected type should be POINT. The same problem is repeatable in:
|
| Comments |
| Comment by Alexander Barkov [ 2017-05-15 ] |
|
Pushed to bb-10.2-ext |