Re: ActiveMQ fails to create tables in MySQL 5.5.5

2010-08-12 Thread Matthew J.
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.

Re: ActiveMQ fails to create tables in MySQL 5.5.5

2010-08-02 Thread Matthew J.
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.

Re: ActiveMQ fails to create tables in MySQL 5.5.5

2010-07-30 Thread Timothy Bish
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

ActiveMQ fails to create tables in MySQL 5.5.5

2010-07-30 Thread Matthew J.
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