Merge pull request #50258 from den-crane/patch-27

Doc. fix typos
This commit is contained in:
Nikolay Degterinsky 2023-05-26 13:17:15 +02:00 committed by GitHub
commit 5be47338f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,9 +167,9 @@ user = 'myuser',
password = 'mypass',
host = '127.0.0.1',
port = 3306,
database = 'test'
connection_pool_size = 8
on_duplicate_clause = 1
database = 'test',
connection_pool_size = 8,
on_duplicate_clause = 1,
replace_query = 1
```