Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL), 10.5, 10.6, 10.7(EOL), 10.8(EOL)
-
None
Description
Fails reproducibly, on x64 only . Seems to be a compiler bug, time-wise correlates with compiler upgrade.
vcol.vcol_keys_myisam w1 [ fail ]
|
Test ended at 2021-11-10 23:19:21
|
 |
CURRENT_TEST: vcol.vcol_keys_myisam
|
myisamchk: error: 138 when opening MyISAM-table 'D:/winx64-packages/build/mysql-test/var/1/mysqld.1/data//test/t1'
|
myisamchk: error: 138 when opening MyISAM-table 'D:/winx64-packages/build/mysql-test/var/1/mysqld.1/data//test/t1'
|
--- D:/winx64-packages/build/src/mysql-test/suite/vcol/r/vcol_keys_myisam.result 2021-11-10 22:57:27.000000000 +0000
|
+++ D:\winx64-packages\build\src\mysql-test\suite\vcol\r\vcol_keys_myisam.reject 2021-11-10 23:19:21.521194600 +0000
|
@@ -277,12 +277,15 @@
|
delete from t1 where b=12;
|
analyze table t1;
|
Table Op Msg_type Msg_text
|
+test.t1 analyze error Key in wrong position at page 13312
|
test.t1 analyze status Engine-independent statistics collected
|
-test.t1 analyze status OK
|
+test.t1 analyze error Corrupt
|
show keys from t1;
|
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment
|
t1 1 b 1 b A 998 NULL NULL YES BTREE
|
t1 1 i 1 d A 998 NULL NULL YES BTREE
|
+Warnings:
|
+Note 1296 Making backup of data file ./test/t1.MYD with extension '-211110231921.BAK'
|
select * from t1 where b=11;
|
a b c d
|
10 11 -5440 10-5440
|
|