[MDEV-8526] Unsupported datatypes in COLUMN_CREATE() Created: 2015-07-22 Updated: 2015-08-18 Resolved: 2015-08-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Dynamic Columns |
| Affects Version/s: | 5.3.12, 10.0.18, 5.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Tom | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Darwin yossy.local 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64 |
||
| Description |
|
My reading of the documentation for Dynamic Columns is that all of the following COLUMN_CREATE() calls are not syntax errors. Maria says that they are.
I don't know why I would need these but the unit tests I wrote for my ORM follow the Maria documentation. For my purposes, removing these from the docs would suffice. |
| Comments |
| Comment by Tom [ 2015-07-22 ] | |
|
one more:
| |
| Comment by Elena Stepanova [ 2015-07-27 ] | |
|
We have a very old bug MDEV-597 about it, but since it's not getting fixed, maybe we should treat this report | |
| Comment by Oleksandr Byelkin [ 2015-07-28 ] | |
|
Probably yes, it is documentation issue, I'll check as far as this bug priority is higher. | |
| Comment by Tom [ 2015-07-28 ] | |
|
In that case, note that the types COLUMN_GET() allows are different from those COLUMN_CREATE() allows. | |
| Comment by Ian Gilfillan [ 2015-08-18 ] | |
|
I have updated the documentation to make note of MDEV-597 |