Skip to content

Commit

Permalink
fix(mariadb): update connection options (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
lohart13 authored Oct 2, 2024
1 parent f7ebe8f commit 2c446fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/databases/mariadb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2c446fb

Please sign in to comment.