DROP/RENAME INDEX needs table qualified name
Bug #833222 reported by
Thomas Jones-Low
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Akiban SQL Parser |
Fix Released
|
High
|
Mike McMahon |
Bug Description
The Derby database system assumes indexes are a schema level object (like tables or sequences). The AkServer assumes Indexes are a Table level object (like columns). Group Indexes are attached to the group.
This means that the DROP INDEX and RENAME INDEX statements need to take qualified table names and index names (e.g. schema1.
Changed in akiban-sql-parser: | |
status: | New → Triaged |
milestone: | none → jenia |
importance: | Undecided → High |
assignee: | nobody → Mike McMahon (mmcm) |
Changed in akiban-sql-parser: | |
status: | Triaged → Fix Committed |
To post a comment you must log in.
I'm changing the status of this bug back to incomplete because the "DROP INDEX" also needs the table qualification ability. This blocks Bug #857735.