~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to mysql-test/r/mysqltest.result

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-04-02 16:10:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070402161053-zkil9hjq9k5p1uzv
Tags: 5.0.37-0ubuntu1
* New upstream bugfix release.
  - Fixes replication failure with auto-increment and on duplicate key
    update, a regression introduced into 5.0.24. (LP: #95821)
* debian/control: Set Ubuntu maintainer.
* debian/rules: Change comments from 'Debian etch' to 'Ubuntu 7.04'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
1
270
270
# Execute: echo $success ;
271
271
 
272
# Check if let $B = $A is an assignment per value.
 
273
let $A = initial value of A;
 
274
let $B = initial value of B;
 
275
let $B = $A
 
276
# Content of $A is: initial value of B
 
277
let $A = changed value of A;
 
278
# Content of $B is: initial value of B
 
279
let $B = changed value of B;
 
280
# Content of $A is: changed value of A
272
281
mysqltest: At line 1: Missing required argument 'filename' to command 'source'
273
282
mysqltest: At line 1: Could not open file ./non_existingFile
274
283
mysqltest: In included file "MYSQLTEST_VARDIR/tmp/recursive.sql": At line 1: Source directives are nesting too deep