diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-10 17:40:02 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-10 17:40:02 +0000 |
commit | cd573513a3744adf86b68ffd50887baa9d12bbe1 (patch) | |
tree | a5c62b396b67f525781cd58018b5f48aaaa6b67b /mysql-test/r/ndb_alter_table.result | |
parent | d4e230afad400c8d85ea926a389d5c3e693bc50c (diff) | |
download | mariadb-git-cd573513a3744adf86b68ffd50887baa9d12bbe1.tar.gz |
removed shaky test case
Diffstat (limited to 'mysql-test/r/ndb_alter_table.result')
-rw-r--r-- | mysql-test/r/ndb_alter_table.result | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-test/r/ndb_alter_table.result b/mysql-test/r/ndb_alter_table.result index 75b52848a86..f55f680e972 100644 --- a/mysql-test/r/ndb_alter_table.result +++ b/mysql-test/r/ndb_alter_table.result @@ -72,17 +72,3 @@ col6 col1 col3 fourth col4 col4_5 col5 col7 col8 1 101 3 4 5 PENDING 0000-00-00 00:00:00 2 102 4 3 5 99 PENDING EXTRA 2004-01-01 00:00:00 drop table t1; -DROP TABLE IF EXISTS t2; -create table t2 (a int NOT NULL PRIMARY KEY) engine=myisam; -alter table t2 engine=ndbcluster; -alter table t2 add c int; -delete from t2; -ERROR HY000: Got temporary error 1217 '1217' from ndbcluster -select count(*) from t2 where a+0 > 0; -count(*) -12001 -truncate table t2; -select count(*) from t2; -count(*) -0 -drop table t2; |