[MDEV-21753] convert the upstream's '*-info-repository=TABLE' tables into info files Created: 2020-02-17 Updated: 2023-11-30 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrei Elkin | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The upstream replication tables can be reused upon upgrade. |
| Comments |
| Comment by Andrei Elkin [ 2020-09-03 ] |
|
As a intermediate result of running the desciption's SET:s we gain master.info relay-log.info still in the upstream format. |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-10-28 ] |
|
Hello ralf.gebhardt@mariadb.com and ccalender Please have a look at the following details, regarding what MDEV-21753 will address.
R1) Issue a warning when 'mysql_upgrade' script ignores content of "mysql.slave_master_info" and mysql.slave_relay_log_info" tables. R2) Migrate/Extract the data from 'mysql.slave_master_info' and 'mysql.slave_relay_log_info' to store them in master.info file. R3) Support table based master info repository, so that Innodb table can be encrypted and password will not be in plain text form. R1) - Fixed as part of Thank you. |