aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-13 00:06:36 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-13 00:06:36 -0300
commitb0a19903ed236c695ceb1939d1d07af23f5060c8 (patch)
tree23df188bfe4978cd4877492b44d1efb9ac3e21b1 /activerecord/CHANGELOG.md
parentf91cbb068f7364eea9f902ff7851e498c5b66092 (diff)
parent01f7d14494f2a82d87386dd105075c2ae5bd6ef3 (diff)
downloadrails-b0a19903ed236c695ceb1939d1d07af23f5060c8.tar.gz
rails-b0a19903ed236c695ceb1939d1d07af23f5060c8.tar.bz2
rails-b0a19903ed236c695ceb1939d1d07af23f5060c8.zip
Merge pull request #20126 from drcapulet/master
Add full set of MySQL CLI options to support SSL authentication when using db:structure dump and load
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 09045087d9..4c67aac0d1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Correctly pass MySQL options when using structure_dump or structure_load
+
+ Specifically, it fixes an issue when using SSL authentication.
+
+ *Alex Coomans*
+
* Dump indexes in `create_table` instead of `add_index`.
If the adapter supports indexes in create table, generated SQL is