1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

cleanup of ndb invalidate dictionary cache

fixed test case from previous commit
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-03-08 15:29:57 +01:00
parent ed1f9a3402
commit 0eb12cafe1
3 changed files with 33 additions and 38 deletions

View File

@ -66,7 +66,6 @@ drop table t1;
create table t3 (id2 int) engine=ndb;
lock tables t3 write;
unlock tables;
id2
drop table t3;
create table t2 (id int, j int) engine=ndb;
insert into t2 values (2, 2);