summaryrefslogtreecommitdiff
path: root/mysql-test/main/unsafe_binlog_innodb.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18650: Options deprecated in previous versions - storage_engineVicențiu Ciorbaru2020-02-131-3/+3
| | | | | | | Remove usage of deprecated variable storage_engine. It was deprecated in 5.5 but it never issued a deprecation warning. Make it issue a warning in 10.5.1. Replaced with default_storage_engine.
* MDEV-19544 Remove innodb_locks_unsafe_for_binlogMarko Mäkelä2019-05-231-0/+6
| | | | | | | | | 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.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+189