[MDEV-10834] CREATE TABLE t1 AS SELECT spfunc() makes a field with a wrong data type Created: 2016-09-19 Updated: 2021-05-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types, Stored routines |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
returns
Notice, it creates a column of the TEXT data type. The expected data type is VARCHAR(4000). |