Skip to content

[Feature Request] Create throws RESULT_NOT_READABLE when MySQL transaction_isolation is not "READ-UNCOMMITTED" #1523

@OiAnthony

Description

@OiAnthony

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Create throws RESULT_NOT_READABLE when MySQL transaction_isolation is not "READ-UNCOMMITTED"

Describe the solution you'd like
A clear and concise description of what you want to happen.

  1. Check MySQL transaction_isolation, when transaction_isolation is not equal to "Read-Uncommitted", LOG warning
  2. Create and readBack Shouldn't it appear in the same thing? Dirty reading may appear

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
At present, I took the initiative to change MySQL transaction_isolation to "Read-Uncommitted"

Additional context
Add any other context or screenshots about the feature request here.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions