Details
Description
main.repair_symlink-5543 w2 [ fail ]
|
Test ended at 2017-03-09 11:56:40
|
|
CURRENT_TEST: main.repair_symlink-5543
|
--- /usr/local/mariadb-10.1.22-linux-i686/mysql-test/r/repair_symlink-5543.result 2017-03-09 08:02:14.000000000 +0100
|
+++ /usr/local/mariadb-10.1.22-linux-i686/mysql-test/r/repair_symlink-5543.reject 2017-03-09 11:56:40.000000000 +0100
|
@@ -2,15 +2,15 @@
|
insert t1 values (1);
|
repair table t1;
|
Table Op Msg_type Msg_text
|
-test.t1 repair error 40 for record at pos 0
|
-test.t1 repair Error File 'MYSQL_TMP_DIR/t1.MYD' not found (Errcode: 40 "Too many levels of symbolic links")
|
+test.t1 repair error 20 for record at pos 0
|
+test.t1 repair Error File 'MYSQL_TMP_DIR/t1.MYD' not found (Errcode: 20 "Not a directory")
|
test.t1 repair status Operation failed
|
drop table t1;
|
create table t2 (a int) engine=aria data directory='MYSQL_TMP_DIR';
|
insert t2 values (1);
|
repair table t2;
|
Table Op Msg_type Msg_text
|
-test.t2 repair error 40 for record at pos 256
|
-test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 40 "Too many levels of symbolic links")
|
+test.t2 repair error 20 for record at pos 256
|
+test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 20 "Not a directory")
|
test.t2 repair status Operation failed
|
drop table t2;
|
|
mysqltest: Result length mismatch
|
Attachments
Issue Links
- relates to
-
MDEV-23920 main.repair_symlink-5543 fails with "Errcode: 249" when " Errcode: 20" is expected on some platforms
- Open
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled