diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2015-05-16 11:00:17 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2015-05-16 11:00:17 +0530 |
commit | daba090dec94b87bee841b5784d85def55e3142a (patch) | |
tree | ab7acba0658681805c0de3b029b11f1ffc9528c4 /activerecord | |
parent | 97c482ff8eb652d4c18ab49fba034c506be902b8 (diff) | |
download | rails-daba090dec94b87bee841b5784d85def55e3142a.tar.gz rails-daba090dec94b87bee841b5784d85def55e3142a.tar.bz2 rails-daba090dec94b87bee841b5784d85def55e3142a.zip |
Pass over CHANGELOGS [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3663a6faa4..5b09101bca 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -3,7 +3,8 @@ *Alex Robbin* -* Correctly pass MySQL options when using structure_dump or structure_load +* Correctly pass MySQL options when using `structure_dump` or + `structure_load`. Specifically, it fixes an issue when using SSL authentication. @@ -11,7 +12,7 @@ * Dump indexes in `create_table` instead of `add_index`. - If the adapter supports indexes in create table, generated SQL is + If the adapter supports indexes in `create_table`, generated SQL is slightly more efficient. *Ryuta Kamizono* |