From a7b70442b09f1802fc10b20635352d84d4667878 Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:24:54 -0300 Subject: [PATCH] docs: remove RDS related issues --- website/docs/examples/connections/create-connection.mdx | 8 -------- website/docs/examples/connections/create-pool.mdx | 8 -------- website/docs/examples/connections/createPoolCluster.mdx | 8 -------- 3 files changed, 24 deletions(-) diff --git a/website/docs/examples/connections/create-connection.mdx b/website/docs/examples/connections/create-connection.mdx index c2b8f365fc..5edf1aa7bc 100644 --- a/website/docs/examples/connections/create-connection.mdx +++ b/website/docs/examples/connections/create-connection.mdx @@ -289,14 +289,6 @@ connectionquery('SHOW `status` LIKE "Ssl_cipher"', function (err, res) { -### Related Links - -- **Issues** - - [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130) -- **Pull Requests** - - [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119) - - [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131) -
## createConnection(config) — Socks diff --git a/website/docs/examples/connections/create-pool.mdx b/website/docs/examples/connections/create-pool.mdx index a1a84862fb..980192dc7c 100644 --- a/website/docs/examples/connections/create-pool.mdx +++ b/website/docs/examples/connections/create-pool.mdx @@ -390,14 +390,6 @@ Don't forget to release the connection when finished by using: ::: -### Related Links - -- **Issues** - - [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130) -- **Pull Requests** - - [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119) - - [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131) -
## createPool(config) — Socks diff --git a/website/docs/examples/connections/createPoolCluster.mdx b/website/docs/examples/connections/createPoolCluster.mdx index 3c10fcb845..b13ceafdf4 100644 --- a/website/docs/examples/connections/createPoolCluster.mdx +++ b/website/docs/examples/connections/createPoolCluster.mdx @@ -420,14 +420,6 @@ Don't forget to release the connection when finished by using: ::: -### Related Links - -- **Issues** - - [#2130 — Update TLS certs for Amazon RDS instances](https://github.com/sidorares/node-mysql2/issues/2130) -- **Pull Requests** - - [#2119 — fix: make startTls code compatible with Bun](https://github.com/sidorares/node-mysql2/pull/2119) - - [#2131 — Update Amazon RDS SSL CA cert](https://github.com/sidorares/node-mysql2/pull/2131) -
## add(group, config) — Socks