Modify ↓
Opened 15 years ago
Closed 15 years ago
#461 closed defect (fixed)
Bitten Upgrade failed from 0.6 to 0.7
Reported by: | manfred.benesch@… | Owned by: | hodgestar |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | dev |
Keywords: | Cc: | ||
Operating System: | Linux |
Description (last modified by osimons)
SQL-Error in Droping Index bitten_build_config_rev_slave_idx
SQL-Statemant should be :
DROP INDEX bitten_build_config_rev_slave_idx on bitten_build
instead of
DROP INDEX bitten_build_config_rev_slave_idx
to work (also see http://dev.mysql.com/doc/refman/5.0/en/drop-index.html)
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by osimons
- Description modified (diff)
- Milestone changed from 0.7 to 0.6
comment:2 Changed 15 years ago by hodgestar+bitten@…
A patch for this issue has been added to #452.
comment:3 Changed 15 years ago by hodgestar
- Owner set to hodgestar
- Status changed from new to assigned
comment:4 Changed 15 years ago by hodgestar
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Hmm. That is different from SQLite and Postgres.
We'd need to add some db-detection logic and use different syntax.