[MDEV-19256] sql_acl.cc does not compile with WITH_VALGRIND with gcc 8.0 Created: 2019-04-16 Updated: 2019-04-16 Resolved: 2019-04-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Class Sql_alloc has a constructor when HAVE_valgrind is enabled:
so gcc-8.0 does not like when bzero is done over Sql_alloc descendants. sql_acl.cc has some such classes:
|