Skip to content

when I use in .NET (ef) variable 'tx_isolation' does not yet support value: SERIALIZABLE #8793

@introspection3

Description

@introspection3

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    use .NET (entity framework) code first.

  2. What did you expect to see?

just like mysql

  1. What did you see instead?
    variable 'tx_isolation' does not yet support value: SERIALIZABLE

  2. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
    docker lastest version

MySql.Data.MySqlClient.MySqlException (0x80004005): variable 'tx_isolation' does not yet support value: SERIALIZABLE
在 MySql.Data.MySqlClient.MySqlStream.ReadPacket()
在 MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
在 MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
在 MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/questionThe issue belongs to a question.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions