mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
[t:2989], remove test
git-svn-id: file:///svn/mysql/tests/mysql-test@24886 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
ee358a4266
commit
576193095f
2 changed files with 0 additions and 67 deletions
|
@ -1,38 +0,0 @@
|
|||
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;
|
|
@ -1,29 +0,0 @@
|
|||
# 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;
|
Loading…
Reference in a new issue