Skip to content

Commit

Permalink
Merge 10.1 into 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Jun 12, 2019
2 parents 94e6655 + efc3cb9 commit 90fec96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Docs/README-wsrep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions sql/sql_show.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 90fec96

Please sign in to comment.