From e4281f5089a612d4dd245af9bb211b388085d96b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 Apr 2021 23:09:13 -0400 Subject: [PATCH] fix typo Change-Id: I66e914680989ac86d836b3b1f87bbcbeda87a265 --- doc/build/changelog/unreleased_14/6337.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/unreleased_14/6337.rst b/doc/build/changelog/unreleased_14/6337.rst index 292850f428..c85e3b0352 100644 --- a/doc/build/changelog/unreleased_14/6337.rst +++ b/doc/build/changelog/unreleased_14/6337.rst @@ -2,7 +2,7 @@ :tags: bug, engine, regression :tickets: 6337 - Fixed critical regression caused by the change in :ticket`5497` where the + Fixed critical regression caused by the change in :ticket:`5497` where the connection pool "init" phase no longer occurred within mutexed isolation, allowing other threads to proceed with the dialect uninitialized, which could then impact the compilation of SQL statements. -- 2.47.3