Bug 733715 - rt3 and mysql problem on Fedora 15
Summary: rt3 and mysql problem on Fedora 15
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: rt3
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ralf Corsepius
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-26 15:19 UTC by Kevin
Modified: 2012-08-07 18:07 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 18:07:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kevin 2011-08-26 15:19:46 UTC
Description of problem:

When installing rt3 on Fedora 15, there is an issue with the current version of mysql.  rt3 attempts to create a database, but uses a deprecated command.  Using TYPE to define a table engine is no longer used.  Instead, the command ENGINE is now used.  Using TYPE causes a mysql error and prevents rt3 from initializing.

Version-Release number of selected component (if applicable):

rt3-3.0.10-2
mysql-5.5.14-2

How reproducible:

Should be able to be reproduced.

Steps to Reproduce:
1. Install Fedora 15 as a graphical desktop and update with yum
2. Install Apache (httpd)
3. Install mysql-server
4. Install rt3
5. Run rt3's initialization script: 
"/usr/sbin/rt-setup-database --action init --dba root"
  
Actual results:

Error causing database to be created but not have any tables created.

Expected results:

rt3 creates a database and tables.

Additional info:

This is fixed by changing all instances of "TYPE=InnoDB" to "ENGINE=InnoDB" in the file "/etc/rt3/schema.mysql-4.1".

Comment 1 Fedora End Of Life 2012-08-07 18:07:27 UTC
This message is a notice that Fedora 15 is now at end of life. Fedora
has stopped maintaining and issuing updates for Fedora 15. It is
Fedora's policy to close all bug reports from releases that are no
longer maintained. At this time, all open bugs with a Fedora 'version'
of '15' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we were unable to fix it before Fedora 15 reached end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora, you are encouraged to click on
"Clone This Bug" (top right of this page) and open it against that
version of Fedora.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping


Note You need to log in before you can comment on or make changes to this bug.