~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_row_basic_3innodb.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
A       I
50
50
X       Y
51
51
X       Z
 
52
include/assert.inc [Counter for COM_COMMIT is consistent with the number of actual commits]
 
53
include/assert.inc [Counter for COM_INSERT is consistent with the number of actual inserts]
 
54
include/assert.inc [Counter for COM_DELETE is consistent with the number of actual deletes]
 
55
include/assert.inc [Counter for COM_UPDATE is consistent with the number of actual updates]
52
56
UPDATE t1 SET c2 = 'Q' WHERE c1 = 'A' AND c2 = 'N';
53
57
SELECT * FROM t1 ORDER BY c1,c2;
54
58
C1      C2