summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_multi.result
diff options
context:
space:
mode:
authorunknown <pappa@c-1309e253.1238-1-64736c10.cust.bredbandsbolaget.se>2005-09-20 22:16:24 -0400
committerunknown <pappa@c-1309e253.1238-1-64736c10.cust.bredbandsbolaget.se>2005-09-20 22:16:24 -0400
commit7cc009fc8e511e722da6984c0d912a6fbf5ccfd3 (patch)
tree9eaff1c6693532edcd30b599d6ca9d1939e17466 /mysql-test/r/ndb_multi.result
parent07799d7cc1c0d62c4a1c5412a3a47c18c6537cf7 (diff)
downloadmariadb-git-7cc009fc8e511e722da6984c0d912a6fbf5ccfd3.tar.gz
Standardised on capital letters for NDBCLUSTER
Diffstat (limited to 'mysql-test/r/ndb_multi.result')
-rw-r--r--mysql-test/r/ndb_multi.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ndb_multi.result b/mysql-test/r/ndb_multi.result
index 2080be241e8..de46e27cebf 100644
--- a/mysql-test/r/ndb_multi.result
+++ b/mysql-test/r/ndb_multi.result
@@ -29,7 +29,7 @@ drop table t1;
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
+ERROR HY000: Got error 241 'Invalid schema object version' from NDBCLUSTER
select * from t1;
a
2