summaryrefslogtreecommitdiff
path: root/mysql-test/t/ndb_alter_table.test
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2005-11-25 10:41:22 +0100
committerunknown <mskold@mysql.com>2005-11-25 10:41:22 +0100
commite1af5e5dfd302b03b12e897812ecbb7befb98c3d (patch)
tree52e9bcff86595f0c67d6d7491b2d842fb670e19a /mysql-test/t/ndb_alter_table.test
parentc3423d0d919f822581c82c520c86418893d589f1 (diff)
downloadmariadb-git-e1af5e5dfd302b03b12e897812ecbb7befb98c3d.tar.gz
Updated expected error
Diffstat (limited to 'mysql-test/t/ndb_alter_table.test')
-rw-r--r--mysql-test/t/ndb_alter_table.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/ndb_alter_table.test b/mysql-test/t/ndb_alter_table.test
index d89b81859e7..22383a82bca 100644
--- a/mysql-test/t/ndb_alter_table.test
+++ b/mysql-test/t/ndb_alter_table.test
@@ -149,7 +149,7 @@ connection server1;
alter table t1 drop index c;
connection server2;
# This should fail since index information is not automatically refreshed
---error 1105
+--error 1015
select * from t1 where b = 'two';
select * from t1 where b = 'two';
connection server1;