Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.1
-
None
-
None
Description
Function my_b_fill() in mysys/mf_iocache2.c calls my_read() directly on line 222, not through mysql_file_read() as it is done in all other places. Please check whether this is a bug and needs to be changed.
I'm not saying confidently that this is a bug because changing my_read to mysql_file_read breaks perfschema.relaylog test in a suspicious way.