aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authoramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-03-19 22:10:12 +0530
committeramitkumarsuroliya <amitkumarsuroliya@gmail.com>2015-03-19 22:11:18 +0530
commit44e94a38f472009d799794e287a27b892417dabc (patch)
tree905a1fae9a88c423ce90c77107a6f874d31af3ad /guides/source
parent67dfe3f3a9dac893fad72651dfc2d7b2b091feb7 (diff)
downloadrails-44e94a38f472009d799794e287a27b892417dabc.tar.gz
rails-44e94a38f472009d799794e287a27b892417dabc.tar.bz2
rails-44e94a38f472009d799794e287a27b892417dabc.zip
Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci skip]
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