← Back to team overview

mahara-contributors team mailing list archive

[Bug 1180243] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2198
Committed: http://gitorious.org/mahara/mahara/commit/2edb8e01c49996a93d041537d9093418ceef9e58
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    master

commit 2edb8e01c49996a93d041537d9093418ceef9e58
Author: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>
Date:   Mon May 20 12:33:39 2013 +1200

Fix InnoDB verification issue for MySQL 5.6 (Bug #1180243)

Use the command 'SHOW ENGINES' instead of 'SHOW VARIABLES'
See also:
http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_have_innodb

Change-Id: Ib97f7e1fdcc3c305db7864359fee7626f2f8a4f3
Signed-off-by: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>
Signed-off-by: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1180243

Title:
  Installation hangs with "Mahara requires InnoDB tables. Please ensure
  InnoDB tables are enabled in your MySQL server."

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.5 series:
  Confirmed
Status in Mahara 1.6 series:
  Confirmed
Status in Mahara 1.8 series:
  In Progress

Bug description:
  Fresh install 1.7.1 on OSX Server 10.7.5
  MySQL 5.6.11 - MySQL Community Server 
  Chrome 26.0.1410.65

  My MySQL Installation works flawlessly with some other products like moodle 2.5.
  Any new tables created with the mahara user via phpMyAdmin are InnoDB tables, 

  show engines;

  gives

  InnoDB,DEFAULT,Supports transactions, row-level locking, and foreign
  keys,YES,YES,YES.

  So how to continue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180243/+subscriptions


References