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
90fec960
Commit
90fec960
authored
Jun 12, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Plain Diff
Merge 10.1 into 10.2
parents
94e66559
efc3cb93
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
Docs/README-wsrep
Docs/README-wsrep
+0
-3
plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
+0
-1
sql/sql_show.cc
sql/sql_show.cc
+0
-3
No files found.
Docs/README-wsrep
View file @
90fec960
...
...
@@ -269,9 +269,6 @@ innodb_autoinc_lock_mode=2
autoinc lock modes 0 and 1 can cause unresolved deadlock, and make
the system unresponsive.
innodb_locks_unsafe_for_binlog=1
This option is required for parallel applying.
5.2 WSREP OPTIONS
All options are optional except for wsrep_provider, wsrep_cluster_address, and
...
...
plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
View file @
90fec960
...
...
@@ -5,7 +5,6 @@
wsrep-on=1
binlog-format=row
innodb-autoinc-lock-mode=2
innodb-locks-unsafe-for-binlog=1
wsrep-cluster-address=gcomm://
wsrep_provider=@ENV.WSREP_PROVIDER
...
...
sql/sql_show.cc
View file @
90fec960
...
...
@@ -10014,8 +10014,6 @@ char *thd_get_error_context_description(THD *thd, char *buffer,
char
header
[
256
];
int
len
;
mysql_mutex_lock
(
&
LOCK_thread_count
);
len
=
my_snprintf
(
header
,
sizeof
(
header
),
"MySQL thread id %lu, OS thread handle %lu, query id %lu"
,
thd
->
thread_id
,
(
ulong
)
thd
->
real_id
,
(
ulong
)
thd
->
query_id
);
...
...
@@ -10060,7 +10058,6 @@ char *thd_get_error_context_description(THD *thd, char *buffer,
}
mysql_mutex_unlock
(
&
thd
->
LOCK_thd_data
);
}
mysql_mutex_unlock
(
&
LOCK_thread_count
);
if
(
str
.
c_ptr_safe
()
==
buffer
)
return
buffer
;
...
...
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