[MDEV-23157] Remove redundant virtual Protocol::store() Created: 2020-07-13 Updated: 2020-07-14 Resolved: 2020-07-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Protocol |
| Fix Version/s: | 10.5.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The Protocol class has two similar virtual methods to send string data:
Both call store_string_aux() internally. The first method does not need to be virtual. Let's define it to be non-virtual, as follows:
|