• Davi Arnaut's avatar
    Bug#47734: Assertion failed: ! is_set() when locking a view with non-existing definer · 3990858b
    Davi Arnaut authored
    The problem was that a failure to open a view wasn't being
    properly handled. When opening a view with unknown definer,
    the open procedure would be treated as successful and would
    later crash when attempting to lock the view (which wasn't
    opened to begin with).
    
    The solution is to skip further processing when opening a
    table if it fails with a fatal error.
    3990858b
view.test 96.9 KB