-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.1
-
Fix Version/s: 10.0.2
-
Component/s: None
-
Labels:None
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.