aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-11-07 07:31:01 +0000
committerMichael Koziarski <michael@koziarski.com>2008-11-07 07:31:59 +0000
commit9d4337ea13be371fd3fbf3ca8ba467e810888c37 (patch)
treed1a84a716741003d5e992682995426c0a8790fb8 /activerecord/CHANGELOG
parent77697e03353ec06a4b12f42a32d7569797d1eb8f (diff)
downloadrails-9d4337ea13be371fd3fbf3ca8ba467e810888c37.tar.gz
rails-9d4337ea13be371fd3fbf3ca8ba467e810888c37.tar.bz2
rails-9d4337ea13be371fd3fbf3ca8ba467e810888c37.zip
Revert commit which breaks all the tests.
This reverts commit 8adb79b9b5983cda8dbdd4ef401661fbd51d8844. Conflicts: activerecord/CHANGELOG
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 290c0d785c..4ca062b535 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,7 +1,5 @@
*2.2.1 [RC2 or 2.2 final]*
-* Stop logging SHOW FIELDS and SET SQL_AUTO_IS_NULL=0 for the MysqlAdapter as they only clutter up the log and offer no value [DHH]
-
* Ensure indices don't flip order in schema.rb #1266 [Jordi Bunster]
* Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean) #857 [Andreas Korth]