[MDEV-18687] SQL_MODE="ORACLE" fails to catch keywords Created: 2019-02-21 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Create Table |
| Affects Version/s: | 10.3.12 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Adam Erickson (Inactive) | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
CentOS 7, RHEL 7, MariaDB 10.3 |
||
| Description |
|
The following conditions should be handled by setting SQL_MODE to ORACLE:
CREATE TABLE may be closed with the following parameters:
I do not see feature parity in MariaDB 10.3 except for COMPRESS. We could translate this to " ROW_FORMAT=COMPRESSED". At a minimum we should ignore these key words under the ORACLE sql_mode.
|