aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-19 13:50:27 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-19 13:50:27 -0300
commit4857be1638bd1713375d82bf23a96c11dc6ecfe8 (patch)
tree905a1fae9a88c423ce90c77107a6f874d31af3ad /guides/source
parent67dfe3f3a9dac893fad72651dfc2d7b2b091feb7 (diff)
parent44e94a38f472009d799794e287a27b892417dabc (diff)
downloadrails-4857be1638bd1713375d82bf23a96c11dc6ecfe8.tar.gz
rails-4857be1638bd1713375d82bf23a96c11dc6ecfe8.tar.bz2
rails-4857be1638bd1713375d82bf23a96c11dc6ecfe8.zip
Merge pull request #19415 from amitsuroliya/mysql_version_update
Updated MySQL documentation link to MySQL latest version 5.6 everywhere ...
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/2_3_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/2_3_release_notes.md b/guides/source/2_3_release_notes.md
index 328656f4a4..0a62f34371 100644
--- a/guides/source/2_3_release_notes.md
+++ b/guides/source/2_3_release_notes.md
@@ -187,7 +187,7 @@ MySQL supports a reconnect flag in its connections - if set to true, then the cl
* Lead Contributor: [Dov Murik](http://twitter.com/dubek)
* More information:
- * [Controlling Automatic Reconnection Behavior](http://dev.mysql.com/doc/refman/5.0/en/auto-reconnect.html)
+ * [Controlling Automatic Reconnection Behavior](http://dev.mysql.com/doc/refman/5.6/en/auto-reconnect.html)
* [MySQL auto-reconnect revisited](http://groups.google.com/group/rubyonrails-core/browse_thread/thread/49d2a7e9c96cb9f4)
### Other Active Record Changes