From 2c446fb328ee8f01f9afcbea068873e98abf7fda Mon Sep 17 00:00:00 2001 From: Luke Hart <50547373+lohart13@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:45:05 +1300 Subject: [PATCH] fix(mariadb): update connection options (#768) --- docs/databases/mariadb.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/databases/mariadb.mdx b/docs/databases/mariadb.mdx index 0c335b93..77d42090 100644 --- a/docs/databases/mariadb.mdx +++ b/docs/databases/mariadb.mdx @@ -85,7 +85,7 @@ For convenience, here is an edited copy of the documentation that only includes | `infileStreamFactory` | When LOAD LOCAL command executed, permit to set a callback function of type `(filepath?: string) => stream.Readable`. Connector will then not send file from LOAD LOCAL, but Readable content. This can permit to set extra validation of file path for example. | function | | | `logPackets` | Debug option : permit to save last exchanged packet. Error messages will display those last exchanged packet. | boolean | false | | `debugCompress` | This will print all incoming and outgoing compressed packets on stdout. | boolean | false | -| `timeout` | Command execution timeout | number | | +| `queryTimeout` | Command execution timeout | number | | ## Other MariaDB Options