aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wade <hello@timjwade.com>2015-08-22 10:56:25 -0700
committerTim Wade <hello@timjwade.com>2015-09-09 08:15:38 -0700
commit736ee9e104189d2f9240cf8ba04414c1680642cb (patch)
tree59e7bd91f98517dc1594d644e1d48dd381acfb7a
parenta0d7db760d6d71b084981fd1fc50bf57ac25b78c (diff)
downloadrails-736ee9e104189d2f9240cf8ba04414c1680642cb.tar.gz
rails-736ee9e104189d2f9240cf8ba04414c1680642cb.tar.bz2
rails-736ee9e104189d2f9240cf8ba04414c1680642cb.zip
[ci skip] Update MySQL docs reference to latest
Bumps to 5.7
-rw-r--r--guides/source/active_record_querying.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md
index bef7524f27..ff2bb9822d 100644
--- a/guides/source/active_record_querying.md
+++ b/guides/source/active_record_querying.md
@@ -1865,6 +1865,6 @@ following pointers may be helpful:
* SQLite3: [EXPLAIN QUERY PLAN](http://www.sqlite.org/eqp.html)
-* MySQL: [EXPLAIN Output Format](http://dev.mysql.com/doc/refman/5.6/en/explain-output.html)
+* MySQL: [EXPLAIN Output Format](http://dev.mysql.com/doc/refman/5.7/en/explain-output.html)
* PostgreSQL: [Using EXPLAIN](http://www.postgresql.org/docs/current/static/using-explain.html)