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