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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
40754dd6
Commit
40754dd6
authored
Aug 17, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - rpl_ndb_basic
fix for change of deadlock timeout in config.ini
parent
a1420b1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mysql-test/t/rpl_ndb_basic.test
mysql-test/t/rpl_ndb_basic.test
+2
-2
No files found.
mysql-test/t/rpl_ndb_basic.test
View file @
40754dd6
...
...
@@ -116,7 +116,7 @@ UPDATE t1 SET `nom`="DEAD" WHERE `nid`=1;
# we do this 2 times, once with few retries to verify that we
# get a failure with the set sleep, and once with the _same_
# sleep, but with more retries to get it to succeed
--
sleep
5
--
sleep
1
5
# replication should have stopped, since max retries where not enough
# verify with show slave status
...
...
@@ -131,7 +131,7 @@ set GLOBAL slave_transaction_retries=10;
START
SLAVE
;
# wait for deadlock to be detected and retried
# should be the same sleep as above for test to be valid
--
sleep
5
--
sleep
1
5
# commit transaction to release lock on row and let replication succeed
select
*
from
t1
order
by
nid
;
...
...
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