Details
-
Technical task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> */" block.
Example: "INSERT /*+ APPEND */ INTO ... VALUES ..."
Here "/*+ APPEND */" is the hint to the Oracle's optimizer.
Oracle Doc: https://docs.oracle.com/cd/B12037_01/server.101/b10752/hintsref.htm
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "*/*+ *<Hint Identifier> */*" block. |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "*/**+ *<Hint Identifier> */*" block. |
Description |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "*/**+ *<Hint Identifier> */*" block. |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ *<Hint Identifier> /" block. |
Description |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ *<Hint Identifier> /" block. |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> /" block. |
Description |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> /" block. |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> /" block. Example: "INSERT /*+ APPEND / INTO ... VALUES ..." Here "/*+ APPEND /" is the hint to the Oracle's optimizer. |
Description |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> /" block. Example: "INSERT /*+ APPEND / INTO ... VALUES ..." Here "/*+ APPEND /" is the hint to the Oracle's optimizer. |
Oracle specific OPTIMIZER hints that have the following block structure should be ignored when SQL_MODE=ORACLE is used
Hints are given using "/*+ <Hint Identifier> */" block. Example: "INSERT /*+ APPEND */ INTO ... VALUES ..." Here "/*+ APPEND */" is the hint to the Oracle's optimizer. Oracle Doc: https://docs.oracle.com/cd/B12037_01/server.101/b10752/hintsref.htm |
Labels | Compatibility |
Labels | Compatibility | Compatibility need_feedback |
Workflow | MariaDB v3 [ 98157 ] | MariaDB v4 [ 141394 ] |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Labels | Compatibility need_feedback | Compatibility |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Incomplete [ 4 ] | |
Status | Needs Feedback [ 10501 ] | Closed [ 6 ] |