~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/engines/rr_trx/r/rr_s_select-uncommitted.result

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET autocommit = 0;
 
2
START TRANSACTION;
 
3
SELECT * FROM t1 WHERE `is_uncommitted` > 0;
 
4
pk      id      int1    int1_key        int1_unique     int2    int2_key        int2_unique     for_update      timestamp       connection_id   thread_id       is_uncommitted  is_consistent
 
5
COMMIT;