aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-03-17 16:27:04 +0100
committerYves Senn <yves.senn@gmail.com>2013-03-17 20:34:04 +0100
commit274e966a6a5db0daf43928041120b29e66eb2c56 (patch)
treef3c0a6a7d3f0534082ae12f930f86dfcdde05e30 /activerecord/CHANGELOG.md
parent8744632fb5649cf26cdcd1518a3554ece95a401b (diff)
downloadrails-274e966a6a5db0daf43928041120b29e66eb2c56.tar.gz
rails-274e966a6a5db0daf43928041120b29e66eb2c56.tar.bz2
rails-274e966a6a5db0daf43928041120b29e66eb2c56.zip
`rake db:create` does not change permissions of root user.
Closes #8079. I had to rework some of the tests because the mock allowed any arguments for `connection.exeucte`. I think this is very dangerous as there could anything be executed without the tests noticing it.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3ef21ab194..e5ab6bac58 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* `rake db:create` does not change permissions of the MySQL root user.
+ Fixes #8079.
+
+ *Yves Senn*
+
* The length of the `version` column in the `schema_migrations` table
created by the `mysql2` adapter is 191 if the encoding is "utf8mb4".