Merge pull request #7006 from k-i-o/k-i-o-patch-1

Update connection_pool.cpp
This commit is contained in:
Dennis Felsing 2023-08-12 21:18:51 +00:00 committed by GitHub
commit fcb05f945b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ void CDbConnectionPool::OnShutdown()
}
// The backup worker thread looks at write queries and stores them
// in the sqilte database (WRITE_BACKUP). It skips over read queries.
// in the sqlite database (WRITE_BACKUP). It skips over read queries.
// After processing the query, it gets passed on to the Worker thread.
// This is done to not loose ranks when the server shuts down before all
// queries are executed on the mysql server