Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
25.10.3
-
None
Description
Executing the following SQL hits a debug assertion when <MASTER_ID> is replaced with the @@server_id value of the master:
SET @foobar=(SELECT SLEEP(IF(@@server_id=<MASTER_ID>, 2, 0))) |