summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-05-22 14:49:38 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-05-23 10:25:12 +0300
commit1a6f470464171bd1144e4dd6f169bb4018f2e81a (patch)
tree1e400c7e969dd07f4b60fdba504ff1c6545ff6bc /plugin
parent47cede646b8f24b8dddc5bbb19b8e2b250858214 (diff)
downloadmariadb-git-1a6f470464171bd1144e4dd6f169bb4018f2e81a.tar.gz
MDEV-19544 Remove innodb_locks_unsafe_for_binlog
The transaction isolation levels READ COMMITTED and READ UNCOMMITTED should behave similarly to the old deprecated setting innodb_locks_unsafe_for_binlog=1, that is, avoid acquiring gap locks. row_search_mvcc(): Reduce the scope of some variables, and clean up the initialization and use of the variable set_also_gap_locks.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/wsrep_info/mysql-test/wsrep_info/my.cnf1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/my.cnf b/plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
index 1c7a8ad4122..8f62cfd0cc9 100644
--- a/plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
+++ b/plugin/wsrep_info/mysql-test/wsrep_info/my.cnf
@@ -4,7 +4,6 @@
[mysqld]
binlog-format=row
innodb-autoinc-lock-mode=2
-innodb-locks-unsafe-for-binlog=1
wsrep_provider=@ENV.WSREP_PROVIDER
[mysqld.1]