[MDEV-16250] Spider system tables are MyISAM and needs repair after a crash Created: 2018-05-22 Updated: 2020-08-25 Resolved: 2018-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Storage Engine - Spider |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Mattias Jonsson | Assignee: | Jacob Mathew (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Issue Links: |
|
||||||||||||
| Description |
|
If a crash occurs during the use of a spider table, the system tables for spiders needs to be repaired. Maybe the system tables for spider should be crash safe?
|
| Comments |
| Comment by Jacob Mathew (Inactive) [ 2018-08-20 ] |
|
The standard system tables in the mysql database that use MyISAM are being converted to transactional Aria tables in 10.4.0, via the related task |
| Comment by Jacob Mathew (Inactive) [ 2018-08-27 ] |
|
During a server restart that follows a server crash, there may be error messages that indicate that certain system tables, including Spider system tables, are marked as crashed and may be corrupted. Upon checking the
|
| Comment by Jacob Mathew (Inactive) [ 2018-08-27 ] |
|
Kentoku, please review my fix in commit 73fac2a on my branch. |
| Comment by Kentoku Shiba (Inactive) [ 2018-08-28 ] |
|
It's ok to push. Thanks. |
| Comment by Jacob Mathew (Inactive) [ 2018-08-28 ] |
|
Fix is pushed to 10.4. |