1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Standardised on capital letters for NDBCLUSTER

This commit is contained in:
unknown
2005-09-20 22:16:24 -04:00
parent 07799d7cc1
commit 7cc009fc8e
9 changed files with 18 additions and 18 deletions

View File

@ -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