Edgewall Software

Opened 15 years ago

Last modified 15 years ago

#461 closed defect

Bitten Upgrade failed from 0.6 to 0.7 — at Version 1

Reported by: manfred.benesch@… Owned by:
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)

Change History (1)

comment:1 Changed 15 years ago by osimons

  • Description modified (diff)
  • Milestone changed from 0.7 to 0.6

Hmm. That is different from SQLite and Postgres.

We'd need to add some db-detection logic and use different syntax.

Note: See TracTickets for help on using tickets.