bdurand / seamless_database_pool

Add support for master/slave database clusters in ActiveRecord to improve performance.
http://rdoc.info/projects/bdurand/seamless_database_pool
MIT License
224 stars 58 forks source link

Monkey patch to mysql2 adaptor isn't picked up #36

Open bluengreen opened 7 years ago

bluengreen commented 7 years ago

I have a monkey patch for mysql active record adapter using the mysql2 gem to add the multi statement flag. seamless database pool ignores the monkey patch. Could it be loaded too late? How would I apply this change in the seamless database pool adapter?

Thanks