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

fix result file for ndb_multi

This commit is contained in:
stewart@willster.(none)
2006-10-25 00:41:55 +10:00
parent dc38d0249a
commit a8037f478d
2 changed files with 4 additions and 5 deletions

View File

@ -29,7 +29,8 @@ 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
a
2
flush table t1;
select * from t1;
a
@ -54,13 +55,13 @@ a b c last_col
1 Hi! 89 Longtext column
show status like 'handler_discover%';
Variable_name Value
Handler_discover 1
Handler_discover 2
show tables like 't4';
Tables_in_test (t4)
t4
show status like 'handler_discover%';
Variable_name Value
Handler_discover 2
Handler_discover 3
show tables;
Tables_in_test
t1