Update connection_pool.cpp

This commit is contained in:
Samuele Radici 2023-08-12 18:40:33 +02:00 committed by GitHub
parent 26f08a1903
commit 5e1ef437d8
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