Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
20338443
Commit
20338443
authored
Mar 11, 2017
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test failures in buildbot
parent
f0ec3400
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/r/repair_symlink-5543.result
mysql-test/r/repair_symlink-5543.result
+2
-2
mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff
mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff
+2
-2
mysql-test/t/repair_symlink-5543.test
mysql-test/t/repair_symlink-5543.test
+1
-1
No files found.
mysql-test/r/repair_symlink-5543.result
View file @
20338443
...
...
@@ -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
4
0 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
2
0 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;
mysql-test/suite/sys_vars/r/sysvars_innodb,xtradb.rdiff
View file @
20338443
...
...
@@ -661,8 +661,8 @@
COMMAND_LINE_ARGUMENT OPTIONAL
VARIABLE_NAME INNODB_VERSION
SESSION_VALUE NULL
-GLOBAL_VALUE 5.6.3
3
+GLOBAL_VALUE 5.6.3
4-79.1
-GLOBAL_VALUE 5.6.3
5
+GLOBAL_VALUE 5.6.3
5-80.0
GLOBAL_VALUE_ORIGIN COMPILE-TIME
DEFAULT_VALUE NULL
VARIABLE_SCOPE GLOBAL
...
...
mysql-test/t/repair_symlink-5543.test
View file @
20338443
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment