Skip to content

Commit

Permalink
Fixing tap test after deprecating mysql-default_tx_isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jan 19, 2024
1 parent d2c8d65 commit 33a5df2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/tap/tests/proxysql_reference_select_config_file.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ mysql_variables =
default_sql_select_limit="mysql"
default_time_zone="mysql"
default_transaction_read="mysql"
default_tx_isolation="mysql"
default_wsrep_sync_wait="mysql"
enforce_autocommit_on_reads="mysql"
eventslog_default_log="mysql"
Expand Down
1 change: 0 additions & 1 deletion test/tap/tests/test_cluster_sync-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,6 @@ int main(int, char**) {
std::make_tuple("mysql-init_connect" , "" ),
std::make_tuple("mysql-ldap_user_variable" , "" ),
std::make_tuple("mysql-add_ldap_user_comment" , "" ),
std::make_tuple("mysql-default_tx_isolation" , "READ-COMMITTED" ),
std::make_tuple("mysql-default_session_track_gtids" , "OFF" ),
std::make_tuple("mysql-connpoll_reset_queue_length" , "50" ),
std::make_tuple("mysql-min_num_servers_lantency_awareness" , "1000" ),
Expand Down

0 comments on commit 33a5df2

Please sign in to comment.