[MDEV-16427] dual table is implemented a bit flaky Created: 2018-06-07 Updated: 2018-06-21 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility, dual, pl/sql | ||
| Description |
|
The DUAL table has one column, DUMMY, defined to be VARCHAR2(1), and contains one row with a value X
So the "correct" results in oracle terms should be:
This could matter because the dual table is fundamental in Oracle world and many internal and external queries may rely on exactly this behaviour... |
| Comments |
| Comment by Elena Stepanova [ 2018-06-08 ] |
|
While documentation on DUAL is scarce both in MariaDB KB and MySQL manual, it appears that it currently works as initially intended:
So, I'm converting this to a feature request. |