summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_alter_table.test
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-11-17 15:38:15 +0100
committerunknown <mskold@mysql.com>2005-11-17 15:38:15 +0100
commitfe50343e1a4c5497bc2d4147497854b41e0b0bf9 (patch)
treeab3361785f029ed64c6dc9db8e51241655ee4e92 /mysql-test/t/ndb_alter_table.test
parent47044ea63b779ed6d89df35f5fb642b1a8191528 (diff)
parenta710414c87d08b27945ab8f22d273255f5a2ea64 (diff)
downloadmariadb-git-fe50343e1a4c5497bc2d4147497854b41e0b0bf9.tar.gz
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0 mysql-test/r/ndb_alter_table.result: Auto merged mysql-test/t/ndb_alter_table.test: Auto merged sql/ha_ndbcluster.cc: Merge
Diffstat (limited to 'mysql-test/t/ndb_alter_table.test')
-rw-r--r--mysql-test/t/ndb_alter_table.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/ndb_alter_table.test b/mysql-test/t/ndb_alter_table.test
index 357f658a296..86086ac54e5 100644
--- a/mysql-test/t/ndb_alter_table.test
+++ b/mysql-test/t/ndb_alter_table.test
@@ -151,6 +151,8 @@ select * from t1 where b = 'two';
connection server1;
alter table t1 drop index c;
connection server2;
+# This should fail since index information is not automatically refreshed
+--error 1105
select * from t1 where b = 'two';
select * from t1 where b = 'two';
connection server1;