From d7ea7d401109d77a9a348f11dc933026e09e80c7 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 8 Oct 2013 00:28:53 +0300 Subject: [PATCH] doc: Expand server_reset_query a bit. --- doc/config.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/config.txt b/doc/config.txt index 87ccb1b..f7d4884 100644 --- a/doc/config.txt +++ b/doc/config.txt @@ -289,7 +289,9 @@ for 8.3 and above its enough to do: server_reset_query = DISCARD ALL; When transaction pooling is used, the `server_reset_query` should be empty, -as clients should not use any session features. +as clients should not use any session features. If client does use session +features, then they will be broken as transaction pooling will not guaratee +that next query will be run on same connection. Default: DISCARD ALL -- 2.40.0