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

« back to all changes in this revision

Viewing changes to storage/tokudb/mysql-test/tokudb/r/i_s_tokudb_lock_waits_released.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
Tags: 5.5.39-2
* 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:
9
9
select * from information_schema.tokudb_lock_waits;
10
10
requesting_trx_id       blocking_trx_id lock_waits_dname        lock_waits_key_left     lock_waits_key_right    lock_waits_start_time
11
11
set autocommit=0;
 
12
set tokudb_prelock_empty=OFF;
12
13
insert into t values (1);
13
14
set autocommit=0;
14
15
insert into t values (1);
38
39
select * from information_schema.tokudb_lock_waits;
39
40
requesting_trx_id       blocking_trx_id lock_waits_dname        lock_waits_key_left     lock_waits_key_right    lock_waits_start_time
40
41
set autocommit=0;
 
42
set tokudb_prelock_empty=OFF;
41
43
replace into t values (1);
42
44
set autocommit=0;
43
45
replace into t values (1);