A Single Process may also contain sub Processes those are also known as the Child Process. So that we can say that a Process which is given to the System is also known as the Parent Process and all the other Parts of the Single Process are known as the C
Encountered a very similar trace with the WL5004_sql.yy grammar. Command used to test: ./runall.pl --mem --grammar=conf/runtime/WL5004_sql.yy --gendata=conf/runtime/WL5004_data.zz --basedir=/mysql/mysql-5.5-runtime --queries=10M --duration=36000 --threads=30 --reporter=Deadlock,...
deadlock would be similar, but easiest to do with two tables. The first transaction would lock table A by a SELECT, the second one table B and attempt to access table A, and the first one would try to lock table B. You would need the --send and reap statements in mysql-test for ...