[MDEV-19240] Make Field::is_equal() return an enum instead of uint Created: 2019-04-11 Updated: 2019-07-03 Resolved: 2019-07-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Let's use a type system for a better debug experience and better warnings from compiler. |
| Comments |
| Comment by Eugene Kosov (Inactive) [ 2019-07-03 ] |
|
Fixed as a part of a bigger refactoring commit https://godbolt.org/z/AEt37u |