Skip to content

In MySQL 8, tx_isolation which has been deprecated since 5.7, is now removed #3489

@hmartinez82

Description

@hmartinez82

See https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-3.html#mysqld-8-0-3-deprecation-removal and https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_tx_isolation

With MySQL 8 , the testSessionTransaction test is failing:

testSessionTransaction: setTransactionIsolation():MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Unknown system variable 'tx_isolation'   [mysql_stmt_errno]: 1193 [mysql_stmt_sqlstate]: HY000    [statemnt]: SELECT @@tx_isolation
setTransactionIsolation():MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Unknown system variable 'tx_isolation'      [mysql_stmt_errno]: 1193      [mysql_stmt_sqlstate]: HY000    [statemnt]: SELECT @@tx_isolation
setTransactionIsolation():MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Unknown system variable 'tx_isolation'      [mysql_stmt_errno]: 1193      [mysql_stmt_sqlstate]: HY000    [statemnt]: SELECT @@tx_isolation
setTransactionIsolation():MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Unknown system variable 'tx_isolation'      [mysql_stmt_errno]: 1193      [mysql_stmt_sqlstate]: HY000    [statemnt]: SELECT @@tx_isolation

testTransaction: setTransactionIsolation():MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error  [mysql_stmt_error]: Unknown system variable 'tx_isolation'      [mysql_stmt_errno]: 1193      [mysql_stmt_sqlstate]: HY000    [statemnt]: SELECT @@tx_isolation
setTransactionIsolation():MySQL: [MySQL]: [Comment]: mysql_stmt_prepare error   [mysql_stmt_error]: Unknown system variable 'tx_isolation'      [mysql_stmt_errno]: 1193      [mysql_stmt_sqlstate]: HY000    [statemnt]: SELECT @@tx_isolation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions