Edgewall Software
Modify

Opened 15 years ago

Closed 14 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

Hmm. That is different from SQLite and Postgres.

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

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 14 years ago by hodgestar

  • Resolution set to fixed
  • Status changed from assigned to closed

Fix from #452 committed in r786 (and to 0.6.x branch in r787).

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain hodgestar.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.