snyder/
>>
>> Follow me on Twitter: http://twitter.com/tabish121
>> My Blog: http://timbish.blogspot.com/
>>
>>
>>
>
>
--
View this message in context:
http://old.nabble.com/ActiveMQ-fails-to-create-tables-in-MySQL-5.5.5-tp29310273p29423868.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
er/
>
> Follow me on Twitter: http://twitter.com/tabish121
> My Blog: http://timbish.blogspot.com/
>
>
>
--
View this message in context:
http://old.nabble.com/ActiveMQ-fails-to-create-tables-in-MySQL-5.5.5-tp29310273p29325782.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
On Fri, 2010-07-30 at 15:04 -0700, Matthew J. wrote:
> I have been running an embedded ActiveMQ database, using MySQL as the JDBC
> data source. This worked fine under MySQL 5.4. I have recently tried
> upgrading to MySQL 5.5.5. ActiveMQ works fine as long as the three required
> tables in the a
ity to test it, but it seems likely that the
culprit is MySqlJDBCAdapter.java. It includes the line:
String typeClause = " TYPE="+type;
which should probably change to
String typeClause = " ENGINE="+type;
--
View this message in context:
http://old.nabble.com/ActiveMQ-fails-to-c