Jdbc-mysql missing Mysql::Error class

Rails assumes that Mysql::Error exists, but jdbc-mysql doesn’t define
Mysql::Error.

See lib/active_record/railties/databases.rake in the activerecord gem
for versions >= 3.0.0

Chris

On Fri, Feb 11, 2011 at 4:29 AM, snacktime [email protected] wrote:

Rails assumes that Mysql::Error exists, but jdbc-mysql doesn’t define
Mysql::Error.

See lib/active_record/railties/databases.rake in the activerecord gem
for versions >= 3.0.0

Like this?

https://github.com/nicksieger/activerecord-jdbc-adapter/issues#issue/19

I should have this fixed for the next ar-jdbc version.

/Nick

Yep that’s it. Sorry for the short description, was a long day but I
wanted to post it before I forgot…

Chris