mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
BUG#52341: PB2: rpl tests started taking three times more time on
linux x86_64 max Rpl tests were surprisingly taking too long when server was built using cmake on linux. This was because cmake counter part of patch for WL#4949 was not defining SIGNAL_WITH_VIO_CLOSE flag, which had negative impact on the time needed to stop the slave IO thread on STOP SLAVE command. We fix this by deploy the missing SET command on configure.cmake.
This commit is contained in:
parent
5937da69a6
commit
c9abb77c36
1 changed files with 1 additions and 0 deletions
|
|
@ -913,6 +913,7 @@ ENDIF()
|
|||
|
||||
SET(NO_ALARM "${HAVE_SOCKET_TIMEOUT}" CACHE BOOL
|
||||
"No need to use alarm to implement socket timeout")
|
||||
SET(SIGNAL_WITH_VIO_CLOSE "${HAVE_SOCKET_TIMEOUT}")
|
||||
MARK_AS_ADVANCED(NO_ALARM)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue