Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
2.3
-
None
Description
causal_reads add MASTER_GTID_WAIT is added ,if there was a write before it.
A more smart method would be to scan, if the write statement influence the result of the select statement.
It is not needed to add MASTER_GTID_WAIT with the write statement like...
Insert into table1 ....
|
If the following select is
Select * from table2
|