diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-08 15:29:57 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2006-03-08 15:29:57 +0100 |
commit | 108ea3e356ca3c6e74e96520e7c7aefefcca8ee4 (patch) | |
tree | d248a543d362c74cee86fe6e21bd335065200f95 /mysql-test/r/ndb_lock.result | |
parent | 88df3aaf1640e0bb464648081b5b78054d244fac (diff) | |
download | mariadb-git-108ea3e356ca3c6e74e96520e7c7aefefcca8ee4.tar.gz |
cleanup of ndb invalidate dictionary cache
fixed test case from previous commit
mysql-test/r/ndb_lock.result:
fixed result file form previous commit
sql/ha_ndbcluster.cc:
cleanup of ndb invalidate dictionary cache
sql/ha_ndbcluster.h:
cleanup of ndb invalidate dictionary cache
Diffstat (limited to 'mysql-test/r/ndb_lock.result')
-rw-r--r-- | mysql-test/r/ndb_lock.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_lock.result b/mysql-test/r/ndb_lock.result index 180a90fff29..ac93f15dac3 100644 --- a/mysql-test/r/ndb_lock.result +++ b/mysql-test/r/ndb_lock.result @@ -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); |