Logging: /home/mleich/Server/10.3/mysql-test/mysql-test-run.pl --mem t_s_5 vardir: /home/mleich/Server/10.3/bld_debug/mysql-test/var Checking leftover processes... Removing old var directory... Creating var directory '/home/mleich/Server/10.3/bld_debug/mysql-test/var'... - symlinking 'var' to '/dev/shm/var_auto_4DKp' Checking supported features... MariaDB Version 10.3.14-MariaDB-debug - SSL connections supported - binaries are debug compiled Collecting tests... Installing system database... ============================================================================== TEST RESULT TIME (ms) or COMMENT -------------------------------------------------------------------------- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 CREATE TABLE t0 ( col1 INT, col2 INT ) ENGINE = MyISAM ; ALTER TABLE t0 ADD UNIQUE INDEX `uidx2` ( col1, col2 ); ALTER TABLE t0 ADD UNIQUE INDEX `uidX1` ( col2 ); ALTER TABLE t0 ADD PRIMARY KEY ( col2 ); ALTER TABLE t0 CHANGE COLUMN col2 col2 INT; ERROR HY000: Got error 190 "Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine. You have to dump an" from storage engine MyISAM DROP TABLE t0; main.t_s_5 [ pass ] 4 -------------------------------------------------------------------------- The servers were restarted 0 times Spent 0.004 of 7 seconds executing testcases Completed: All 1 tests were successful.