Closed sunzhaoyang closed 8 years ago
That's intended behavior of "repeatable read" transaction isolation level. It's default of MySQL.
I suppose you used MyISAM on old environment. Otherwise, RedHat 7.2 has very customized configuration.
Yes, my fault, thanks !
Env
Table
My test code:
Output:
I had tested on redhat7.2 and everthing is ok.