diff options
author | unknown <mskold@mysql.com> | 2005-12-14 16:29:56 +0100 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-12-14 16:29:56 +0100 |
commit | e1a25cb9d62b00263bcb75d2aee1095441d7a45d (patch) | |
tree | c8bc45939765abcb37b3d8ee50fd06be9cc69cdb /mysql-test/r/ndb_multi.result | |
parent | f8f2d51aadda1f04ed368ed0b50df7bf05eb40e5 (diff) | |
download | mariadb-git-e1a25cb9d62b00263bcb75d2aee1095441d7a45d.tar.gz |
Fix to make ndb_multi.test (Bug #15401 NDB lock problems) more predictable
Diffstat (limited to 'mysql-test/r/ndb_multi.result')
-rw-r--r-- | mysql-test/r/ndb_multi.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/ndb_multi.result b/mysql-test/r/ndb_multi.result index 2080be241e8..bd3af223a65 100644 --- a/mysql-test/r/ndb_multi.result +++ b/mysql-test/r/ndb_multi.result @@ -30,6 +30,7 @@ create table t1 (a int) engine=ndbcluster; insert into t1 value (2); select * from t1; ERROR HY000: Got error 241 'Invalid schema object version' from ndbcluster +flush table t1; select * from t1; a 2 |