Skip to content

Commit

Permalink
Use version 5.7's docs instead of 5.6, since that's the most up to da…
Browse files Browse the repository at this point in the history
…te version of MySQL that we support.
  • Loading branch information
ubschmidt2 committed Jul 31, 2017
1 parent 8d1e16b commit 7907619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/sql_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ The following arguments are supported:

* `charset` - (Optional) The charset value. See MySQL's [Supported Character
Sets and
Collations](https://dev.mysql.com/doc/refman/5.6/en/charset-charsets.html)
Collations](https://dev.mysql.com/doc/refman/5.7/en/charset-charsets.html)
and PostgreSQL's [Character Set
Support](https://www.postgresql.org/docs/9.6/static/multibyte.html)
for more details and supported values.

* `collation` - (Optional) The collation value. See MySQL's [Supported Character
Sets and
Collations](https://dev.mysql.com/doc/refman/5.6/en/charset-charsets.html)
Collations](https://dev.mysql.com/doc/refman/5.7/en/charset-charsets.html)
and PostgreSQL's [Collation
Support](https://www.postgresql.org/docs/9.6/static/collation.html) for
more details and supported values.
Expand Down

0 comments on commit 7907619

Please sign in to comment.