aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Coomans <alexc@squareup.com>2015-05-12 11:45:16 -0700
committerAlex Coomans <alexc@squareup.com>2015-05-12 17:06:49 -0700
commit01f7d14494f2a82d87386dd105075c2ae5bd6ef3 (patch)
tree0be782ad5f15ebc92573e20ca971c3de048399e0 /activerecord/CHANGELOG.md
parente99d909928e4b919ace290c3ace3fbaceeba70da (diff)
downloadrails-01f7d14494f2a82d87386dd105075c2ae5bd6ef3.tar.gz
rails-01f7d14494f2a82d87386dd105075c2ae5bd6ef3.tar.bz2
rails-01f7d14494f2a82d87386dd105075c2ae5bd6ef3.zip
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