Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL)
-
None
Description
perl ./mtr --noreorder main.partition_symlink parts.partition_debug
|
 |
main.partition_symlink [ pass ] 56
|
parts.partition_debug [ fail ] Found warnings/errors in server log file!
|
Test ended at 2020-08-03 01:39:07
|
line
|
2020-08-03 1:39:04 0 [ERROR] mysqld: Table './mysql/user' is marked as crashed and should be repaired
|
2020-08-03 1:39:04 0 [Warning] Checking table: './mysql/user'
|
2020-08-03 1:39:04 0 [ERROR] mysql.user: 1 client is using or hasn't closed the table properly
|
^ Found warnings in /data/bld/10.3-debug/mysql-test/var/log/mysqld.1.err
|
ok
|
parts.partition_debug kills the server in the process, so if system tables were open by the start of the test, the errors end up in the log.
10.4+ is not affected, since system tables are Aria there.