[MDEV-21179] buildbot upgrade step and MySQL 8.0 Created: 2019-11-29 Updated: 2020-01-23 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Elena Stepanova |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
currently buildbot tests migration from MySQL 8.0 the usual way, like it does for all previous versions. But this process doesn't work for 8.0, so the test fails on Ubuntu 19.10 Eoan Ermine. Users are supposed dump the data and restore the dump in MariaDB. So buildbot should test this procedure instead. |
| Comments |
| Comment by Elena Stepanova [ 2019-12-01 ] | |||
|
Problems start with
utf8mb4_0900_ai_ci appears to be a default collation in 8.0.18, at least I didn't set it. System tables probably don't have a chance to be salvaged, I won't attempt it yet. serg, if you think they should be, please let me know. | |||
| Comment by Elena Stepanova [ 2019-12-02 ] | |||
|
https://github.com/MariaDB/mariadb.org-tools/commit/5c401d75122ab127c45f8967ecddd66015b49482 |