Closed (fixed)
Project:
DB Tuner
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2010 at 12:51 UTC
Updated:
8 Dec 2010 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedin dbtuner_engine_configuration() I do the SHOW ENGINES command to find what DB engine your database supports... looks like I need to also make sure the "Support" field isn't disabled. Currently only check that it doesn't equal 'NO'.
http://dev.mysql.com/doc/refman/5.1/en/show-engines.html
Comment #2
mikeytown2 commentedComment #3
butler360 commentedIs that the right patch?
Comment #4
mikeytown2 commentedlol. nope, wrong number. This is the correct patch
Comment #5
butler360 commentedWorks perfectly. If I uncomment skip-innodb then InnoDB is not selectable. If I comment it out it is selectable. Thanks!
Comment #6
mikeytown2 commentedcommitted