There is not much new content this week. Just summary of what was written before.
Summary.
In the summary of this part I'd want to recommend
following:
Try to find a query which causes inconsistent behavior
Use log files:
-
- General query log
- Log files in your application
- MySQL Proxy or any other suitable proxy
- Others
Analyze what is wrong, then solve the problem using your
findings
Below I place a list of methods which we studied in the first
part.
Method #1: use output operator to output query in exactly same way in which RDBMS gets it. …
[Read more]