diff options
author | unknown <tomas@poseidon.(none)> | 2004-09-07 12:30:11 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.(none)> | 2004-09-07 12:30:11 +0000 |
commit | 7540feca8e436cc2df81f6c1fd6d246d11b5c9d0 (patch) | |
tree | 851013347772aa95c10bc62d64667a4505f7dc4a /mysql-test/t/ndb_alter_table.test | |
parent | b8f24215a00ebacf5fe33b2b77c8274d592e85c3 (diff) | |
download | mariadb-git-7540feca8e436cc2df81f6c1fd6d246d11b5c9d0.tar.gz |
fixed NdbConnection::restart and made use of it in ha_ndbcluster
added testcase
Diffstat (limited to 'mysql-test/t/ndb_alter_table.test')
-rw-r--r-- | mysql-test/t/ndb_alter_table.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_alter_table.test b/mysql-test/t/ndb_alter_table.test index 6057eff4fca..793dfd177cd 100644 --- a/mysql-test/t/ndb_alter_table.test +++ b/mysql-test/t/ndb_alter_table.test @@ -62,6 +62,7 @@ while ($1) } enable_query_log; alter table t2 engine=ndbcluster; +alter table t2 add c int; --error 1297 delete from t2; #to make sure we do a full table scan |