~roger-booth/mysql-proxy/laminator

« back to all changes in this revision

Viewing changes to trunk/tests/t/select_affected_rows.test

  • 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
 
SELECT affected_rows;
3
 
SET @a = 1;
4
 
SELECT affected_rows;