Some basic datatypes and functions in oracle compatibility mode do not work
(MDEV-19162)
|
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Technical task | Priority: | Major |
| Reporter: | Faisal Saeed (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Description |
|
In Oracle, INTERVAL partitions and Automatic List partitions can be created by the database based on the new key values. This is a common feature used by Oracle databases. Whenever a new value is inserted for the partition key, if there is no existing partition for the specific key, a new partition is automatically created by the database. Oracle Doc: https://docs.oracle.com/cd/E11882_01/server.112/e25523/part_admin001.htm#BAJHFFBE |