Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
Description
Oracle supports prefixing the index name in CREATE INDEX with the database name, MariaDB does not. For compatibility it would be reasonable to support this syntax, even if it is ignored, in SQL_MODE=Oracle. Two different SQL_MODE options would be reasonable
IGNORE_INDEX_DBNAME - Always ignore the database name.
IGNORE_INDEX_SAMEDBNAME - Ignore database name if it matches the table name, else raise an error.