Commit ec25a142 authored by Zardosht Kasheff's avatar Zardosht Kasheff

[t:2989], remove test

git-svn-id: file:///svn/mysql/tests/mysql-test@24886 c7de825b-a66e-492c-adef-691d508d4ae1
parent acdbe654
SET STORAGE_ENGINE = 'tokudb';
DROP TABLE IF EXISTS foo;
checkpoint_unlock tokudb;
Type Name Status
TokuDB checkpoint unlock Lock never taken
checkpoint_lock tokudb;
Type Name Status
TokuDB checkpoint lock Lock successfully taken
checkpoint_unlock tokudb;
Type Name Status
TokuDB checkpoint unlock Successfully unlocked
checkpoint_lock tokudb;
Type Name Status
TokuDB checkpoint lock Lock successfully taken
checkpoint_lock tokudb;
Type Name Status
TokuDB checkpoint lock Lock already taken
checkpoint_unlock tokudb;
Type Name Status
TokuDB checkpoint unlock Successfully unlocked
checkpoint_unlock tokudb;
Type Name Status
TokuDB checkpoint unlock Lock never taken
create table foo ( a int);
insert into foo values (1);
checkpoint_lock tokudb;
Type Name Status
TokuDB checkpoint lock Lock successfully taken
checkpoint_lock tokudb;
Type Name Status
TokuDB checkpoint lock Lock already taken
checkpoint_unlock tokudb;
Type Name Status
TokuDB checkpoint unlock Successfully unlocked
checkpoint_unlock tokudb;
Type Name Status
TokuDB checkpoint unlock Lock never taken
DROP TABLE foo;
# ticket 895 is a query optimization problem with the primary key
#--source include/have_tokudb.inc
SET STORAGE_ENGINE = 'tokudb';
--disable_warnings
DROP TABLE IF EXISTS foo;
--enable_warnings
checkpoint_unlock tokudb;
checkpoint_lock tokudb;
checkpoint_unlock tokudb;
checkpoint_lock tokudb;
checkpoint_lock tokudb;
checkpoint_unlock tokudb;
checkpoint_unlock tokudb;
create table foo ( a int);
insert into foo values (1);
checkpoint_lock tokudb;
checkpoint_lock tokudb;
checkpoint_unlock tokudb;
checkpoint_unlock tokudb;
# Final cleanup.
DROP TABLE foo;
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment