iboboc / relay

Automatically exported from code.google.com/p/relay
MIT License
0 stars 0 forks source link

Using TYPE=MyISAM is deprecated in MySQL 5.5 #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to install relay on a mysql 5.5+ server 

What is the expected output? What do you see instead?
Expected to create tables correctly. Tables fail to create properly due to 
TYPE=MyISAM being deprecated. Had to change to ENGINE=MyISAM to continue the 
install

What version of the product are you using? On what operating system?
Relay 1.53
Gentoo

Please provide any additional information below.

Original issue reported on code.google.com by kor...@gmail.com on 23 Oct 2011 at 8:04