Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15141 closed (fixed)

Falcon engine for mysql is dead it was scrapped along with MySQL 6.0 branch.

Reported by: mariuz <mapopa@…> Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On the db supported http://docs.djangoproject.com/en/1.2/ref/databases/

"Other storage engines, including SolidDB and Falcon, are on the horizon. For now, InnoDB is probably your best choice."
Should be replaced with
"Other storage engines are on the horizon (including SolidDB) For now, InnoDB is probably your best choice."

Change History (3)

comment:1 by Russell Keith-Magee, 13 years ago

Triage Stage: UnreviewedAccepted

We should probably avoid mentioning any specific engines at all, given that they don't have a great history of actually being completed.

comment:2 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [15282]) Fixed #15141 - remove some deprecated storage engines from the MySQL notes; thanks mariuz for the suggestion.

comment:3 by Tim Graham, 13 years ago

(In [15283]) [1.2.X] Fixed #15141 - remove some deprecated storage engines from the MySQL notes; thanks mariuz for the suggestion.

Backport of r15282 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top