README.textile in methodmissing-mysqlplus_adapter-1.0.1 vs README.textile in methodmissing-mysqlplus_adapter-1.0.2
- old
+ new
@@ -80,10 +80,10 @@
#
Post.find(:all, :limit => 10, :include => [:comments, :votes], :defer => true )
h2. Garbage Collection
-There's some experimental GC patches "available":http://github.com/oldmoe/mysqlplus/tree/with_async_validation - the mysql ruby gem forces GC every 20 queries, that's a guaranteed GC cycle every 5th request for a request with a 4 query overhead.
+There's some experimental GC patches "available":http://github.com/oldmoe/mysqlplus/tree/with_async_validation - the mysql ruby gem forces GC every 20 queries, that's a guaranteed GC cycle every 5th request for a request with a 4 query overhead.This adapter will automatically detect the presence of those patches and disable the forced GC runs.
h2. Stability
In (pre)-production use at a handful of sites and the test suite is designed to run against the existing ActiveRecord suite.
\ No newline at end of file