Skip to content

Commit 2033844

Browse files
committed
test failures in buildbot
1 parent f0ec340 commit 2033844

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mysql-test/r/repair_symlink-5543.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ create table t2 (a int) engine=aria data directory='MYSQL_TMP_DIR';
1212
insert t2 values (1);
1313
repair table t2;
1414
Table Op Msg_type Msg_text
15-
test.t2 repair error 40 for record at pos 256
16-
test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 40 "Too many levels of symbolic links")
15+
test.t2 repair error 20 for record at pos 256
16+
test.t2 repair Error File 'MYSQL_TMP_DIR/t2.MAD' not found (Errcode: 20 "<errmsg>")
1717
test.t2 repair status Operation failed
1818
drop table t2;

mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@
661661
COMMAND_LINE_ARGUMENT OPTIONAL
662662
VARIABLE_NAME INNODB_VERSION
663663
SESSION_VALUE NULL
664-
-GLOBAL_VALUE 5.6.33
665-
+GLOBAL_VALUE 5.6.34-79.1
664+
-GLOBAL_VALUE 5.6.35
665+
+GLOBAL_VALUE 5.6.35-80.0
666666
GLOBAL_VALUE_ORIGIN COMPILE-TIME
667667
DEFAULT_VALUE NULL
668668
VARIABLE_SCOPE GLOBAL

mysql-test/t/repair_symlink-5543.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ drop table t1;
1919
eval create table t2 (a int) engine=aria data directory='$MYSQL_TMP_DIR';
2020
insert t2 values (1);
2121
--system ln -s $MYSQL_TMP_DIR/foobar5543 $MYSQL_TMP_DIR/t2.TMD
22-
--replace_regex / '.*\/t2/ 'MYSQL_TMP_DIR\/t2/
22+
--replace_regex / '.*\/t2/ 'MYSQL_TMP_DIR\/t2/ /40/20/ /".*"/"<errmsg>"/
2323
repair table t2;
2424
drop table t2;
2525

0 commit comments

Comments
 (0)