mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
test failures in buildbot
This commit is contained in:
parent
f0ec34002a
commit
2033844319
3 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@ 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 "<errmsg>")
|
||||
test.t2 repair status Operation failed
|
||||
drop table t2;
|
||||
|
|
|
@ -661,8 +661,8 @@
|
|||
COMMAND_LINE_ARGUMENT OPTIONAL
|
||||
VARIABLE_NAME INNODB_VERSION
|
||||
SESSION_VALUE NULL
|
||||
-GLOBAL_VALUE 5.6.33
|
||||
+GLOBAL_VALUE 5.6.34-79.1
|
||||
-GLOBAL_VALUE 5.6.35
|
||||
+GLOBAL_VALUE 5.6.35-80.0
|
||||
GLOBAL_VALUE_ORIGIN COMPILE-TIME
|
||||
DEFAULT_VALUE NULL
|
||||
VARIABLE_SCOPE GLOBAL
|
||||
|
|
|
@ -19,7 +19,7 @@ drop table t1;
|
|||
eval create table t2 (a int) engine=aria data directory='$MYSQL_TMP_DIR';
|
||||
insert t2 values (1);
|
||||
--system ln -s $MYSQL_TMP_DIR/foobar5543 $MYSQL_TMP_DIR/t2.TMD
|
||||
--replace_regex / '.*\/t2/ 'MYSQL_TMP_DIR\/t2/
|
||||
--replace_regex / '.*\/t2/ 'MYSQL_TMP_DIR\/t2/ /40/20/ /".*"/"<errmsg>"/
|
||||
repair table t2;
|
||||
drop table t2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue