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
60ad8b1e
Commit
60ad8b1e
authored
Jul 24, 2023
by
Kristian Nielsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix occasional failure in test spider/bugfix.mdev_31463
Signed-off-by:
Kristian Nielsen
<
knielsen@knielsen-hq.org
>
parent
51a85e7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/spider/mysql-test/spider/bugfix/t/mdev_31463.test
storage/spider/mysql-test/spider/bugfix/t/mdev_31463.test
+1
-1
No files found.
storage/spider/mysql-test/spider/bugfix/t/mdev_31463.test
View file @
60ad8b1e
...
@@ -27,7 +27,7 @@ SELECT SLEEP (1);
...
@@ -27,7 +27,7 @@ SELECT SLEEP (1);
# cover the error reporting when setting lock wait timeout, until we
# cover the error reporting when setting lock wait timeout, until we
# find a better one and/or fixing the non-deterministic error
# find a better one and/or fixing the non-deterministic error
# reporting
# reporting
--
error
12701
,
ER_NET_ERROR_ON_WRITE
,
ER_XAER_DUPID
--
error
12701
,
ER_NET_
READ_ERROR
,
ER_NET_
ERROR_ON_WRITE
,
ER_XAER_DUPID
INSERT
INTO
t
VALUES
(
1
,
2
,
3
),(
4
,
5
,
6
),(
7
,
8
,
9
);
INSERT
INTO
t
VALUES
(
1
,
2
,
3
),(
4
,
5
,
6
),(
7
,
8
,
9
);
--
disable_result_log
--
disable_result_log
--
error
0
,
12701
,
ER_XAER_DUPID
--
error
0
,
12701
,
ER_XAER_DUPID
...
...
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