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
fa27e119
Commit
fa27e119
authored
Mar 07, 2005
by
gbichot@quadita2.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default value of slave_transaction_retries is now 10
(whereas it's 0 in 4.1, for safety as this is new code).
parent
4bfa6539
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
fa27e119
...
...
@@ -47,6 +47,7 @@ dlenev@build.mysql.com
dlenev@jabberwock.localdomain
dlenev@mysql.com
ejonore@mc03.ndb.mysql.com
gbichot@quadita2.mysql.com
georg@beethoven.local
georg@beethoven.site
gerberb@ou800.zenez.com
...
...
sql/mysqld.cc
View file @
fa27e119
...
...
@@ -5418,7 +5418,7 @@ The minimum value for this variable is 4096.",
"it failed with a deadlock or elapsed lock wait timeout, "
"before giving up and stopping."
,
(
gptr
*
)
&
slave_trans_retries
,
(
gptr
*
)
&
slave_trans_retries
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
0L
,
0L
,
(
longlong
)
ULONG_MAX
,
0
,
1
,
0
},
GET_ULONG
,
REQUIRED_ARG
,
1
0L
,
0L
,
(
longlong
)
ULONG_MAX
,
0
,
1
,
0
},
#endif
/* HAVE_REPLICATION */
{
"slow_launch_time"
,
OPT_SLOW_LAUNCH_TIME
,
"If creating the thread takes longer than this value (in seconds), the Slow_launch_threads counter will be incremented."
,
...
...
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