mariadb/mysql-test/suite/binlog/t/binlog_bug23533.combinations
Marko Mäkelä b2c1ba820b MDEV-37860: Assertion !waiting failed with thread-handling=pool-of-threads
In commit 13076351f1 (MDEV-37152)
some code was refactored that would break the server-side
connection pool logic. Calls to thd_wait_begin() and thd_wait_end()
were not balanced.

buf_read_page_low(): Only invoke thd_wait_begin() and thd_wait_end()
for synchronous reads, and do that also when the read operation fails.

Reviewed by: Vladislav Lesin
2025-10-15 11:54:49 +03:00

4 lines
100 B
Text

[thread]
--thread-handling=one-thread-per-connection
[pool]
--loose-thread-handling=pool-of-threads