[MDEV-14919] Useless warning in versioning tests Created: 2018-01-11 Updated: 2018-01-11 Resolved: 2018-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests, Versioned Tables |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Aleksey Midenkov | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Versioning tests put this warning in error log:
|
| Comments |
| Comment by Sergei Golubchik [ 2018-01-11 ] |
|
Yes, this is the expected behavior when loading a test plugin into a beta server. This warning is considered "normal" by mysql-test-run (see include/mtr_warnings.sql) and does not indicate an error. |