From 8ada62064a643343fcb49e656f288b19a9ee09bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Tue, 18 Dec 2018 14:10:49 +0100 Subject: [PATCH] doc: fix typo s/mazSize/maxSize/ --- include/mysqlx/devapi/settings.h | 4 ++-- include/mysqlx/xapi.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/mysqlx/devapi/settings.h b/include/mysqlx/devapi/settings.h index 41cd4d4d..e4bb0b0c 100644 --- a/include/mysqlx/devapi/settings.h +++ b/include/mysqlx/devapi/settings.h @@ -662,7 +662,7 @@ class ClientSettings disabled, session created from pool are the same as created directly without client handle. Enabled by default. - - `mazSize` : integer that defines the max pooling sessions possible. If + - `maxSize` : integer that defines the max pooling sessions possible. If uses tries to get session from pool when maximum sessions are used, it will wait for an available session untill `queueTimeout`. @@ -706,7 +706,7 @@ class ClientSettings disabled, session created from pool are the same as created directly without client handle. Enabled by default. - - `mazSize` : integer that defines the max pooling sessions possible. If + - `maxSize` : integer that defines the max pooling sessions possible. If uses tries to get session from pool when maximum sessions are used, it will wait for an available session untill `queueTimeout`. diff --git a/include/mysqlx/xapi.h b/include/mysqlx/xapi.h index 9f579316..79431519 100644 --- a/include/mysqlx/xapi.h +++ b/include/mysqlx/xapi.h @@ -504,7 +504,7 @@ mysqlx_lock_contention_t; disabled, session created from pool are the same as created directly without client handle. Enabled by default. - - `mazSize` : integer that defines the max pooling sessions possible. If uses + - `maxSize` : integer that defines the max pooling sessions possible. If uses tries to get session from pool when maximum sessions are used, it will wait for an available session untill `queueTimeout`. Defaults to 25. @@ -557,7 +557,7 @@ mysqlx_get_client_from_url(const char *conn_string, const char *client_opts, disabled, session created from pool are the same as created directly without client handle. Enabled by default. - - `mazSize` : integer that defines the max pooling sessions possible. If uses + - `maxSize` : integer that defines the max pooling sessions possible. If uses tries to get session from pool when maximum sessions are used, it will wait for an available session untill `queueTimeout`. Defaults to 25.