Some basic datatypes and functions in oracle compatibility mode do not work
(MDEV-19162)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | None |
| Fix Version/s: | 10.6.1 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Austin Rutherford (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Attachments: |
|
| Description |
|
The following Oracle statement is not supported in MariaDB with sql_mode="oracle". select sysdate from dual; <<<< does not work select sysdate() from dual; <<<<< does work (but not how existing oracle SQL exists) |
| Comments |
| Comment by Michael Widenius [ 2020-11-17 ] |
|
Done in bb-10.6-monty. Will be pushed when all my code in this branch is reviewed |