~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/suite/engines/rr_trx/r/rr_u_4.result

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-11 18:47:32 UTC
  • mto: (2.1.2 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100511184732-jhn055kfhxze24kt
Tags: upstream-5.1.46
ImportĀ upstreamĀ versionĀ 5.1.46

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET autocommit = 0;
 
2
START TRANSACTION;
 
3
SET @conn_id = CONNECTION_ID(), @thread_id = 0;
 
4
UPDATE t1 SET `int1` = `int1` - 4, 
 
5
`id` = 4,
 
6
`is_consistent` = 0,
 
7
`connection_id` = @conn_id,
 
8
`thread_id` = @thread_id
 
9
WHERE `pk` = 4;
 
10
*** UPDATEing row with pk = 4 and `int1_key` +=4 if above statement succeeded (query log disabled)...
 
11
COMMIT;