• Jon Olav Hauglid's avatar
    Followup for Bug #54360 Deadlock DROP/ALTER/CREATE DATABASE · 4e2a2bc9
    Jon Olav Hauglid authored
                            with open HANDLER
    
    Fixes a problem with schema.test visible using embedded server.
    The HANDLER was not closed which caused the test to hang.
    
    The problem was not visible if the test was run on a normal server
    as the the handler there was implicitly closed by DATABASE DDL
    statements doing Events::drop_schema_events().
    4e2a2bc9
schema.result 2.42 KB