mirror of https://github.com/MariaDB/server
Browse Source
The relay log may not be open for some reason (e.g. disk error) after rotation, and using it causes the slave crash. Fix: check we have it open before access, return error otherwise. sql/slave.cc: Fix for bug #10798: If relay log fails to rotate, slave will crash after - check if the relay log is open before any access.pull/374/head
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue