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

« back to all changes in this revision

Viewing changes to storage/tokudb/mysql-test/tokudb/r/i_s_tokudb_locks.result

  • 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:
12
12
insert into t values (2);
13
13
insert into t values (4);
14
14
insert into t values (6);
15
 
select * from information_schema.tokudb_locks order by locks_trx_id;
 
15
select * from information_schema.tokudb_locks order by locks_trx_id,locks_key_left;
16
16
locks_trx_id    locks_mysql_thread_id   locks_dname     locks_key_left  locks_key_right
17
17
TRX_ID  MYSQL_ID        ./test/t-main   0001000000      0001000000
18
18
TRX_ID  MYSQL_ID        ./test/t-main   0003000000      0003000000