Details
-
Epic
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Oracle Compatibility
Attachments
Issue Links
- includes
-
MDEV-10591 Oracle-style packages
-
- Closed
-
-
MDEV-12119 Provide support for DATABASE LINK
-
- Open
-
-
MDEV-13648 Add FULL OUTER JOIN to MariaDB
-
- Open
-
-
MDEV-15041 Implement MERGE statement
-
- Open
-
-
MDEV-16476 PL/SQL CONSTANT declarations
-
- Open
-
- is blocked by
-
MDEV-19162 Some basic datatypes and functions in oracle compatibility mode do not work
-
- Open
-
- is part of
-
MDEV-10137 Providing compatibility to other databases
-
- Open
-
- relates to
-
MDEV-35915 Implement Global temporary tables
-
- Stalled
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue is part of MDEV-10137 [ MDEV-10137 ] |
Epic Child |
|
Epic Child |
|
Epic Child | MDEV-6121 [ 35138 ] |
Epic Child |
|
Epic Child |
|
Epic Child |
|
Epic Child |
|
Epic Child |
|
Epic Child | MDEV-10076 [ 56750 ] |
Epic Child |
|
Epic Child |
|
Epic Child |
|
Epic Child |
|
Epic Child | MDEV-10143 [ 56874 ] |
Epic Child | MDEV-10144 [ 56875 ] |
Epic Child | MDEV-10152 [ 56888 ] |
Epic Child | MDEV-10155 [ 56901 ] |
Epic Child | MDEV-10165 [ 56926 ] |
Epic Child | MDEV-10484 [ 57555 ] |
Epic Child |
|
Epic Child |
|
Epic Child |
|
Link |
This issue includes |
Epic Child | MDEV-12119 [ 60329 ] |
Link | This issue includes MDEV-12119 [ MDEV-12119 ] |
Link |
This issue includes |
Link | This issue includes MDEV-13817 [ MDEV-13817 ] |
Epic Child | MDEV-13817 [ 63172 ] |
Link | This issue includes MDEV-13817 [ MDEV-13817 ] |
Epic Child | MDEV-18510 [ 72455 ] |
Link | This issue includes MDEV-18510 [ MDEV-18510 ] |
Link | This issue includes MDEV-18510 [ MDEV-18510 ] |
Link | This issue includes MDEV-15041 [ MDEV-15041 ] |
Epic Child | MDEV-18510 [ 72455 ] |
Link |
This issue includes |
Link | This issue is blocked by MDEV-19162 [ MDEV-19162 ] |
Assignee | Alvin Richards [ alvinr ] | Julien Fritsch [ julien.fritsch ] |
Assignee | Julien Fritsch [ julien.fritsch ] | Max Mether [ maxmether ] |
Epic Child | MDEV-26899 [ 104320 ] |
Workflow | MariaDB v3 [ 77182 ] | MariaDB v4 [ 140088 ] |
Assignee | Max Mether [ maxmether ] | Ralf Gebhardt [ ralf.gebhardt@mariadb.com ] |
Link | This issue includes MDEV-13648 [ MDEV-13648 ] |
Link | This issue includes MDEV-16476 [ MDEV-16476 ] |
Epic Child | MDEV-32670 [ 126177 ] |
Epic Child | MDEV-24067 [ 93297 ] |
Epic Child | MDEV-22807 [ 87912 ] |
Epic Child | MDEV-13817 [ 63172 ] |
Epic Child | MDEV-10152 [ 56888 ] |
Link | This issue relates to MDEV-35915 [ MDEV-35915 ] |
Epic Child | MDEV-35915 [ 132525 ] |
Epic Child | MDEV-35915 [ 132525 ] |
Epic Child | MDEV-26899 [ 104320 ] |
don't forget oracle's left join syntax - the ( + ).
SELECT * FROM table1, table2 WHERE table1.rec_num = table2.fk_table1( + );