mariadb/mysql-test/suite/engines/rr_trx/r
Junqi Xie d20a96f9c1 MDEV-21921 Make transaction_isolation and transaction_read_only into system variables
In MariaDB, we have a confusing problem where:
* The transaction_isolation option can be set in a configuration file, but it cannot be set dynamically.
* The tx_isolation system variable can be set dynamically, but it cannot be set in a configuration file.

Therefore, we have two different names for the same thing in different contexts. This is needlessly confusing, and it complicates the documentation. The same thing applys for transaction_read_only.

MySQL 5.7 solved this problem by making them into system variables. https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-20.html

This commit takes a similar approach by adding new system variables and marking the original ones as deprecated. This commit also resolves some legacy problems related to SET STATEMENT and transaction_isolation.
2023-04-12 11:04:29 +10:00
..
init_innodb.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
rr_c_count_not_zero.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_c_stats.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_i_40-44.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_id_3.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_id_900.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_insert_select_2.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_iud_rollback-multi-50.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_replace_7-8.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_s_select-uncommitted.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_sc_select-limit-nolimit_4.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_sc_select-same_2.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_sc_sum_total.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_u_4.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_u_10-19.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00
rr_u_10-19_nolimit.result Test suites for engine testing, moved from test-extra so will be available 2010-03-17 23:42:07 -07:00