Bug #3969 | replication slave segfaults when ignoring a big query with REGEXPs | ||
---|---|---|---|
Submitted: | 2 Jun 2004 16:30 | Modified: | 11 Jun 2004 15:29 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 3.23 and above | OS: | Linux (linux at least) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[2 Jun 2004 16:30]
Guilhem Bichot
[2 Jun 2004 22:42]
Guilhem Bichot
Another way to make the crash happen is not use --replicate-wild* options, but have the query killed on the master. Then the slave will crash as well (which is logical, as the executed code is very similar as the one of the first case).
[3 Jun 2004 14:55]
Oleksandr Byelkin
ChangeSet 1.1440 04/06/03 15:38:38 bell@sanja.is.com.ua +1 -0 removed incorrect destructor (to prevent deleting item by recursion instead of by list scanning in case of chained OR or +AND)
[11 Jun 2004 15:29]
Oleksandr Byelkin
thnak you for bugreport, patch & test suite are pushed to source repositoty.