~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to trunk/tests/suite/base/r/select_affected_rows.result

  • Committer: Kay Roepke
  • Author(s): jkneschke
  • Date: 2007-08-23 21:39:05 UTC
  • Revision ID: kay@mysql.com-20070823213905-z5cv1nk93jiwgnlw
added support for test-suites

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT 1;
 
2
1
 
3
1
 
4
SELECT affected_rows;
 
5
rows
 
6
NULL
 
7
SET @a = 1;
 
8
SELECT affected_rows;
 
9
rows
 
10
0