Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
None
-
Linux
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?
show warnings;
|
+-------+-------+------------------------------------------------------------------------------+
|
| Level | Code | Message |
|
+-------+-------+------------------------------------------------------------------------------+
|
| Error | 145 | Table './mysql/spider_tables' is marked as crashed and should be repaired |
|
| Error | 1034 | 1 client is using or hasn't closed the table properly |
|
| Error | 145 | Table './mysql/spider_table_sts' is marked as crashed and should be repaired |
|
| Error | 1034 | 1 client is using or hasn't closed the table properly |
|
| Error | 145 | Table './mysql/spider_table_crd' is marked as crashed and should be repaired |
|
Attachments
Issue Links
- relates to
-
MDEV-17068 mysql system table is marked as crashed and should be repaired after the server crashes or is killed
-
- Closed
-
-
MDEV-16421 Make system tables crash safe
-
- Closed
-
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
MDEV-16421. That is therefore the best time for the Spider system tables to be converted as well to transactional Aria tables.