From 7907619ca367aa72691d99cf0d2c96162ba2e269 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 31 Jul 2017 21:21:07 +0200 Subject: [PATCH] Use version 5.7's docs instead of 5.6, since that's the most up to date version of MySQL that we support. --- website/docs/r/sql_database.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/sql_database.html.markdown b/website/docs/r/sql_database.html.markdown index 06a8e7366b9..2062f81bbeb 100644 --- a/website/docs/r/sql_database.html.markdown +++ b/website/docs/r/sql_database.html.markdown @@ -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.