[MDEV-20046] mysql_tzinfo_to_sql still sets wsrep_replicate_myisam in 10.4 Created: 2019-07-11 Updated: 2019-08-20 Resolved: 2019-08-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Scripts & Clients, Storage Engine - Aria, Storage Engine - MyISAM, Time zones, wsrep |
| Affects Version/s: | 10.4.6 |
| Fix Version/s: | 10.4.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
The time zone tables use Aria instead of MyISAM in MariaDB 10.4. However, it looks like mysql_tzinfo_to_sql still sets wsrep_replicate_myisam in MariaDB 10.4, even though it won't do anything: https://github.com/MariaDB/server/blob/mariadb-10.4.6/sql/tztime.cc#L2690 |