Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /usr/share/mysql-test/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/mysql-test/include/innodb_trx_weight.inc
-- connect (con1,localhost,root,,)
-- connect (con2,localhost,root,,)

-- connection con1
SET autocommit=0;
SELECT * FROM t1 FOR UPDATE;
-- if ($con1_extra_sql_present) {
	-- eval $con1_extra_sql
-- }

-- connection con2
SET autocommit=0;
SELECT * FROM t2 FOR UPDATE;
-- if ($con2_extra_sql_present) {
	-- eval $con2_extra_sql
-- }

-- if ($con1_should_be_rolledback) {
	-- connection con1
	-- send
	INSERT INTO t2 VALUES (0);

	-- connection con2
	INSERT INTO t1 VALUES (0);
	ROLLBACK;

	-- connection con1
	-- error ER_LOCK_DEADLOCK
	-- reap
-- }
# else
-- if (!$con1_should_be_rolledback) {
	-- connection con2
	-- send
	INSERT INTO t1 VALUES (0);

	-- connection con1
	INSERT INTO t2 VALUES (0);
	ROLLBACK;

	-- connection con2
	-- error ER_LOCK_DEADLOCK
	-- reap
-- }

-- connection default

DELETE FROM t5_nontrans;

-- disconnect con1
-- disconnect con2

haha - 2025