[MDEV-8316] debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "any_slave_sql_running" Created: 2015-06-14 Updated: 2015-06-15 Resolved: 2015-06-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0 |
| Fix Version/s: | 10.0.20 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Note: I don't have a test case for this, but I hope that code inspection will be enough to locate the problem.
Stack trace from 10.0 commit d437c35d9748d33281d270ba2258fef9d90601b8 + patches 1,2 from |
| Comments |
| Comment by Kristian Nielsen [ 2015-06-15 ] |
|
I checked all return statements in sql/rpl_mi.cc and fixed a handful that should be DBUG_RETURN. http://lists.askmonty.org/pipermail/commits/2015-June/008040.html |