~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-08-27 21:12:36 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140827211236-se41hwfe4xy0hpef
* d/control: Removed Provides: libmysqlclient-dev (Closes: #759309)
* d/control: Removed Provides: libmysqld-dev with same motivation
* Re-introduced tha HPPA build patch as the upstream fix wasn't complete
* Fixed all kFreeBSD build and test suite issues
* Added Italian translation (Closes: #759813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;
245
245
SELECT * FROM t1 ORDER BY a;
246
246
# since bug#31552/31609 idempotency is not default any longer. In
247
 
# order for the preceeding test UPDATE t1 to pass, the mode is switched
 
247
# order for the preceding test UPDATE t1 to pass, the mode is switched
248
248
# temprorarily
249
249
set @@global.slave_exec_mode= 'IDEMPOTENT';
250
250
--echo **** On Master ****