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.
- Check MySQL transaction_isolation, when transaction_isolation is not equal to "Read-Uncommitted", LOG warning
- 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.
